summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb10
1 files changed, 5 insertions, 5 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 d31ca06e77..7e097e4612 100644
--- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
+++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
@@ -13,12 +13,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=44d1fcf70c7aa6991533c38daf7befa3"
13 13
14PE = "1" 14PE = "1"
15 15
16SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286" 16SRC_URI = "\
17 17 gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main;tag=v${PV} \
18SRC_URI = "gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main \ 18 file://0001-Remove-whitespace-in-operator.patch \
19 file://0001-Remove-whitespace-in-operator.patch \ 19 file://run-ptest \
20 file://run-ptest \
21" 20"
21SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286"
22 22
23inherit cmake ptest 23inherit cmake ptest
24 24