blob: bc2ec805e5fd7f8c00041e0f7358ab4bfd0c4181 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "C/C++ port of the Sass CSS precompiler"
2HOMEPAGE = "http://sass-lang.com/libsass"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
5
6inherit autotools
7
Brad Bishop7e36d532019-09-16 07:44:26 -04008SRC_URI = "git://github.com/sass/libsass.git;branch=master"
Patrick Williams93c203f2021-10-06 16:15:23 -05009SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3"
10PV = "3.6.5"
Brad Bishop7e36d532019-09-16 07:44:26 -040011
Brad Bishop19323692019-04-05 15:28:33 -040012S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040013
14BBCLASSEXTEND = "native"