mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
4e105b2749
commit
e19775fba8
@ -13,12 +13,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=44d1fcf70c7aa6991533c38daf7befa3"
|
|||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286"
|
SRC_URI = "\
|
||||||
|
gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main;tag=v${PV} \
|
||||||
SRC_URI = "gitsm://github.com/ToruNiina/toml11.git;protocol=https;branch=main \
|
file://0001-Remove-whitespace-in-operator.patch \
|
||||||
file://0001-Remove-whitespace-in-operator.patch \
|
file://run-ptest \
|
||||||
file://run-ptest \
|
|
||||||
"
|
"
|
||||||
|
SRCREV = "be08ba2be2a964edcdb3d3e3ea8d100abc26f286"
|
||||||
|
|
||||||
inherit cmake ptest
|
inherit cmake ptest
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user