summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sass/libsass_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/sass/libsass_git.bb')
-rw-r--r--meta-oe/recipes-support/sass/libsass_git.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-support/sass/libsass_git.bb b/meta-oe/recipes-support/sass/libsass_git.bb
deleted file mode 100644
index f0824944b9..0000000000
--- a/meta-oe/recipes-support/sass/libsass_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
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 = "7037f03fabeb2b18b5efa84403f5a6d7a990f460"
10PV = "3.6.6"
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"