summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sass/sassc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/sass/sassc_git.bb')
-rw-r--r--meta-oe/recipes-support/sass/sassc_git.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb
deleted file mode 100644
index 9bb8c76e87..0000000000
--- a/meta-oe/recipes-support/sass/sassc_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "libsass command line driver "
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
4
5DEPENDS = "libsass"
6
7inherit autotools pkgconfig
8
9SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https"
10SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0"
11S = "${WORKDIR}/git"
12PV = "3.6.2"
13
14BBCLASSEXTEND = "native"