xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sass/libsass_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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
8SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https"
9SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3"
10PV = "3.6.5"
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"
15