mirror of
https://git.yoctoproject.org/poky
synced 2026-05-16 08:28:01 +02:00
Old commit hash is for v3.6.5, not v3.6.6. https://github.com/sass/libsass/tags Old version contains several vulnerabilities. Note that exact recipe copy of recipe introduced in oe-core was never present in oe. (From OE-Core rev: a4bee854f7009564cd2dbc6d30fd5a94a8ec7427) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
390 B
BlitzBasic
15 lines
390 B
BlitzBasic
SUMMARY = "C/C++ port of the Sass CSS precompiler"
|
|
HOMEPAGE = "http://sass-lang.com/libsass"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https"
|
|
SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460"
|
|
PV = "3.6.6"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
BBCLASSEXTEND = "native"
|