| Message ID | 20260923042910.1549997-1-khem.raj@oss.qualcomm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,1/2] floret: Do not use AUTOREV | expand |
diff --git a/meta-oe/recipes-support/floret/floret_0.10.5.bb b/meta-oe/recipes-support/floret/floret_0.10.5.bb index 06353fe034..c178c99623 100644 --- a/meta-oe/recipes-support/floret/floret_0.10.5.bb +++ b/meta-oe/recipes-support/floret/floret_0.10.5.bb @@ -15,10 +15,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ce16d1d2b4c556959d654417007b713" DEPENDS = "zlib" -SRC_URI = "git://github.com/explosion/floret.git;protocol=https;branch=main \ +SRC_URI = "git://github.com/explosion/floret.git;protocol=https;branch=main;tag=v${PV} \ file://0001-PATCH-floret-Adjust-CMake-flags-for-cross-compilation.patch" -SRCREV = "${AUTOREV}" +SRCREV = "775638223bee4fabc420cc8234632557452558e0" inherit cmake
Add tag info in SRC_URI whole here Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- meta-oe/recipes-support/floret/floret_0.10.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)