mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d79324557c
commit
7fb980ed73
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user