aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSourav Pramanik <sourav.pramanik@kpit.com>2023-08-21 17:22:24 +0530
committerArmin Kuster <akuster808@gmail.com>2023-09-04 09:05:52 -0400
commita84764cd13c89eb296c0bd3fa34c41e91f52a01f (patch)
tree7c5bf2c0d5eab1503145e1e77b4a617f88a64161
parent637cd4fd96b99c9a32ede741c265a105ed04eaca (diff)
downloadmeta-openembedded-contrib-a84764cd13c89eb296c0bd3fa34c41e91f52a01f.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.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
index 2749f44978..a7ba46c8d1 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080"
-SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \
+SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \
file://0001-Templatize-basic_json-ctor-from-json_ref.patch \
file://0001-typo-fix.patch \
"