mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
637cd4fd96
commit
a84764cd13
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user