aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSourav Pramanik <sourav.pramanik@kpit.com>2023-08-21 17:32:37 +0530
committerArmin Kuster <akuster808@gmail.com>2023-08-30 13:41:52 -0400
commit7c127728e78f32276e169167133d1d6f90222019 (patch)
tree9fded4de5cc859b4ec064db924d7481396e6971e
parenta76c87aa0a47e46c3253c57b537a0ac90da7122a (diff)
downloadmeta-openembedded-contrib-7c127728e78f32276e169167133d1d6f90222019.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: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
index 4fa2aacdfc..7a1a7a9dbf 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588"
CVE_PRODUCT = "json-for-modern-cpp"
-SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \
+SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \
"
SRCREV = "4f8fba14066156b73f1189a2b8bd568bde5284c5"