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>
This commit is contained in:
Sourav Pramanik
2023-08-21 17:32:37 +05:30
committed by Armin Kuster
parent a76c87aa0a
commit 7c127728e7
@@ -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"