summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-06-09 12:19:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-09 17:43:42 +0100
commit7fb980ed735498663a213c94f1b9938b02f279be (patch)
tree21c2b26779599346c36a76cbbbf66131fe10816c
parentd79324557c0d2e5538a19cd4efd4685c70d94ec3 (diff)
downloadpoky-7fb980ed735498663a213c94f1b9938b02f279be.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/sass/libsass_3.6.6.bb (renamed from meta/recipes-support/sass/libsass_git.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/sass/libsass_git.bb b/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"
5 5
6inherit autotools 6inherit autotools
7 7
8SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https \ 8SRC_URI = "git://github.com/sass/libsass.git;protocol=https;branch=master \
9 file://0001-Remove-version.h-from-source-directory.patch" 9 file://0001-Remove-version.h-from-source-directory.patch"
10 10
11SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460" 11SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460"
12PV = "3.6.6"
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14