diff options
| author | Sourav Pramanik <sourav.pramanik@kpit.com> | 2023-08-21 17:22:24 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-09-04 09:05:52 -0400 |
| commit | a84764cd13c89eb296c0bd3fa34c41e91f52a01f (patch) | |
| tree | 7c5bf2c0d5eab1503145e1e77b4a617f88a64161 | |
| parent | 637cd4fd96b99c9a32ede741c265a105ed04eaca (diff) | |
| download | meta-openembedded-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.bb | 2 |
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" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f5f7c71504da070bcf4f090205ce1080" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ | 7 | SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \ |
| 8 | file://0001-Templatize-basic_json-ctor-from-json_ref.patch \ | 8 | file://0001-Templatize-basic_json-ctor-from-json_ref.patch \ |
| 9 | file://0001-typo-fix.patch \ | 9 | file://0001-typo-fix.patch \ |
| 10 | " | 10 | " |
