2018-01-18 18:19:47 -05:00
|
|
|
SUMMARY = "A C/C++ implementation of a Sass compiler"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d \
|
|
|
|
file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
SRC_URI = "git://github.com/sass/libsass.git;protocol=https;branch=3.5-stable"
|
2019-01-15 12:34:27 -05:00
|
|
|
SRCREV = "39e30874b9a5dd6a802c20e8b0470ba44eeba929"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2018-01-18 18:19:47 -05:00
|
|
|
|
|
|
|
inherit autotools
|
|
|
|
|
|
|
|
EXTRA_OECONF = ""
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
|