similarity index 80%
rename from meta/recipes-support/sass/libsass_git.bb
rename to meta/recipes-support/sass/libsass_3.6.6.bb
@@ -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"
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> --- meta/recipes-support/sass/{libsass_git.bb => libsass_3.6.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-support/sass/{libsass_git.bb => libsass_3.6.6.bb} (80%)