diff options
| author | Adam Duskett <adam.duskett@amarulasolutions.com> | 2026-02-17 16:41:44 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-17 22:42:42 -0800 |
| commit | e19775fba85e966d482ac7bee933754863e3acfe (patch) | |
| tree | 42d55fe4d9469a537bff81332df1b6f831c01dce /meta-oe | |
| parent | 4e105b27491a249109b174d2d6849e579a62627c (diff) | |
| download | meta-openembedded-e19775fba85e966d482ac7bee933754863e3acfe.tar.gz | |
libtoml11: move SRCREV below SRC_URI
According to the recipe style guide, SRCREV should be placed
below SRC_URI.
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | 10 |
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 | ||
| 14 | PE = "1" | 14 | PE = "1" |
| 15 | 15 | ||
| 16 | SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286" | 16 | SRC_URI = "\ |
| 17 | 17 | gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main;tag=v${PV} \ | |
| 18 | SRC_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 | " |
| 21 | SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286" | ||
| 22 | 22 | ||
| 23 | inherit cmake ptest | 23 | inherit cmake ptest |
| 24 | 24 | ||
