]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libsass: put version in recipe filename
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Jun 2025 11:19:36 +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/libsass_3.6.6.bb [moved from meta/recipes-support/sass/libsass_git.bb with 80% similarity]

similarity index 80%
rename from meta/recipes-support/sass/libsass_git.bb
rename to meta/recipes-support/sass/libsass_3.6.6.bb
index 890cbf8e631c89dacd7cfa2f16251a1ef912b2d6..3878072cf197b25bc53a8f00ab3e442338899c2d 100644 (file)
@@ -5,11 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
 
 inherit autotools
 
-SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/sass/libsass.git;protocol=https;branch=master \
            file://0001-Remove-version.h-from-source-directory.patch"
 
 SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460"
-PV = "3.6.6"
 
 S = "${WORKDIR}/git"