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:
Adam Duskett 2026-02-17 16:41:44 +01:00 committed by Khem Raj
parent 4e105b2749
commit e19775fba8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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