mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user