summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libtoml11
diff options
context:
space:
mode:
authorAdam Duskett <adam.duskett@amarulasolutions.com>2026-02-17 16:41:39 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-17 22:42:41 -0800
commit6a5cb4697b1eaccf553cc4be5009b72b2da25011 (patch)
tree38d816afa921f8817d37d6f964013bbeef61e48d /meta-oe/recipes-devtools/libtoml11
parent2681b16e8ae3ba458e1f3621fbbd86a845a257a6 (diff)
downloadmeta-openembedded-6a5cb4697b1eaccf553cc4be5009b72b2da25011.tar.gz
libtoml11: use gitsm for SRC_URI
Using gitsm also allows for the revmoval of SRCREV_json and SRCREV_doctest. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libtoml11')
-rw-r--r--meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
index 38786b79ed..d07e49c4fe 100644
--- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
+++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
@@ -12,17 +12,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=44d1fcf70c7aa6991533c38daf7befa3"
12PE = "1" 12PE = "1"
13 13
14SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286" 14SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286"
15SRCREV_json = "8c391e04fe4195d8be862c97f38cfe10e2a3472e"
16SRCREV_doctest = "ae7a13539fb71f270b87eb2e874fbac80bc8dda2"
17 15
18SRC_URI = "git://github.com/ToruNiina/toml11;branch=main;protocol=https \ 16SRC_URI = "gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main \
19 git://github.com/nlohmann/json;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/tests/extlib/json;name=json;branch=develop;protocol=https \
20 git://github.com/doctest/doctest;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/tests/extlib/doctest;name=doctest;branch=master;protocol=https \
21 file://0001-Remove-whitespace-in-operator.patch \ 17 file://0001-Remove-whitespace-in-operator.patch \
22 file://run-ptest \ 18 file://run-ptest \
23" 19"
24SRCREV_FORMAT = "json_doctest"
25
26 20
27inherit cmake ptest 21inherit cmake ptest
28 22