diff options
Diffstat (limited to 'meta-oe/recipes-support/sass')
-rw-r--r-- | meta-oe/recipes-support/sass/libsass_git.bb | 14 | ||||
-rw-r--r-- | meta-oe/recipes-support/sass/sassc_git.bb | 14 |
2 files changed, 0 insertions, 28 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 @@ | |||
1 | SUMMARY = "C/C++ port of the Sass CSS precompiler" | ||
2 | HOMEPAGE = "http://sass-lang.com/libsass" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" | ||
5 | |||
6 | inherit autotools | ||
7 | |||
8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https" | ||
9 | SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460" | ||
10 | PV = "3.6.6" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | BBCLASSEXTEND = "native" | ||
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 @@ | |||
1 | SUMMARY = "libsass command line driver " | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744" | ||
4 | |||
5 | DEPENDS = "libsass" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https" | ||
10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" | ||
11 | S = "${WORKDIR}/git" | ||
12 | PV = "3.6.2" | ||
13 | |||
14 | BBCLASSEXTEND = "native" | ||