]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sassc: put version in recipe filename
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Jun 2025 11:19:37 +0000 (12:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
A recipe that fetches from git but is otherwise a released version
should not be using _git.bb recipe names.

Put the version in the filename and drop the explicit PV.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sass/sassc_3.6.2.bb [moved from meta/recipes-support/sass/sassc_git.bb with 84% similarity]

similarity index 84%
rename from meta/recipes-support/sass/sassc_git.bb
rename to meta/recipes-support/sass/sassc_3.6.2.bb
index 64e92f48cfd9d293ea1bf8bc4e022888bc2d211e..4d4dbc03fe2648e87b52da82992abfa0339de1db 100644 (file)
@@ -7,12 +7,11 @@ DEPENDS = "libsass"
 
 inherit autotools pkgconfig
 
-SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/sass/sassc.git;protocol=https;branch=master \
            file://0001-Remove-sassc_version.h-from-source-directory.patch"
 
 SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0"
 S = "${WORKDIR}/git"
-PV = "3.6.2"
 
 CVE_STATUS[CVE-2022-43357] = "cpe-incorrect: this is CVE for libsass, not sassc wrapper"