mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
e9105151ff
When this recipe was copied from oe, last commit was missing. https://git.openembedded.org/meta-openembedded/commit/?id=576b84263bac4dda26d84d116a9e7628a126f866 (From OE-Core rev: d7d45b5025550c1031ba9e44bc653f9d638c275e) 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>
18 lines
500 B
BlitzBasic
18 lines
500 B
BlitzBasic
SUMMARY = "libsass command line driver "
|
|
HOMEPAGE = "https://sass-lang.com/libsass/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
|
|
|
|
DEPENDS = "libsass"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https"
|
|
SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0"
|
|
S = "${WORKDIR}/git"
|
|
PV = "3.6.2"
|
|
|
|
CVE_STATUS[CVE-2022-43357] = "cpe-incorrect: this is CVE for libsass, not sassc wrapper"
|
|
|
|
BBCLASSEXTEND = "native"
|