diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | 7fb980ed735498663a213c94f1b9938b02f279be (patch) | |
tree | 21c2b26779599346c36a76cbbbf66131fe10816c | |
parent | d79324557c0d2e5538a19cd4efd4685c70d94ec3 (diff) | |
download | poky-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 | ||
6 | inherit autotools | 6 | inherit autotools |
7 | 7 | ||
8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https \ | 8 | SRC_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 | ||
11 | SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460" | 11 | SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460" |
12 | PV = "3.6.6" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | 14 | ||