summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSourav Pramanik <sourav.pramanik@kpit.com>2023-11-13 14:11:24 +0800
committerArmin Kuster <akuster808@gmail.com>2023-11-16 21:49:15 -0500
commit7753dcdf9cab1ef2710d3af0d976564c5685a2d2 (patch)
tree9aac27e59eff85c97cd5df0d6e39497115bb1f1a
parent5529546039e77320668396a24ff22cf7d9568b6a (diff)
downloadmeta-openembedded-7753dcdf9cab1ef2710d3af0d976564c5685a2d2.tar.gz
nlohmann-json: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit eec3c65b8136fe492f3be81ab62717d7c8922d04) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
index 6cf27755e8..74e40942a5 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588"
6 6
7CVE_PRODUCT = "json-for-modern-cpp" 7CVE_PRODUCT = "json-for-modern-cpp"
8 8
9SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ 9SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \
10 " 10 "
11 11
12SRCREV = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d" 12SRCREV = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d"