xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "libsass command line driver "
2*4882a593SmuzhiyunLICENSE = "MIT"
3*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunDEPENDS = "libsass"
6*4882a593Smuzhiyun
7*4882a593Smuzhiyuninherit autotools pkgconfig
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https"
10*4882a593SmuzhiyunSRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0"
11*4882a593SmuzhiyunS = "${WORKDIR}/git"
12*4882a593SmuzhiyunPV = "3.6.2"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunBBCLASSEXTEND = "native"
15