From 7fb980ed735498663a213c94f1b9938b02f279be Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jun 2025 12:19:36 +0100 Subject: [PATCH] libsass: put version in recipe filename 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. (From OE-Core rev: e9494c0a30c3bf113542c1bca9283cb90570e5c5) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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%) diff --git a/meta/recipes-support/sass/libsass_git.bb b/meta/recipes-support/sass/libsass_3.6.6.bb similarity index 80% rename from meta/recipes-support/sass/libsass_git.bb rename to meta/recipes-support/sass/libsass_3.6.6.bb index 890cbf8e63..3878072cf1 100644 --- a/meta/recipes-support/sass/libsass_git.bb +++ b/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"