diff mbox series

[meta-oe,dunfell] nlohmann-json: Avoid usage of nobranch=1

Message ID 20230821115224.72283-1-pramanik.souravkumar@gmail.com
State New
Headers show
Series [meta-oe,dunfell] nlohmann-json: Avoid usage of nobranch=1 | expand

Commit Message

Sourav Pramanik Aug. 21, 2023, 11:52 a.m. UTC
From: Sourav Pramanik <sourav.pramanik@kpit.com>

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>
---
 meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 2749f4497..a7ba46c8d 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 \
            "