From 1ca5f106990313af777e38a1c7ef1a26f0f8254f Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 13 Sep 2019 00:07:33 +0200 Subject: libsass: update to 3.6.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-support/sass/libsass_3.6.1.bb | 13 +++++++++++++ meta-oe/recipes-support/sass/libsass_git.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 meta-oe/recipes-support/sass/libsass_3.6.1.bb delete mode 100644 meta-oe/recipes-support/sass/libsass_git.bb diff --git a/meta-oe/recipes-support/sass/libsass_3.6.1.bb b/meta-oe/recipes-support/sass/libsass_3.6.1.bb new file mode 100644 index 0000000000..480e984fc4 --- /dev/null +++ b/meta-oe/recipes-support/sass/libsass_3.6.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "C/C++ port of the Sass CSS precompiler" +HOMEPAGE = "http://sass-lang.com/libsass" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" + +inherit autotools + +SRC_URI = "git://github.com/sass/libsass.git;branch=master" +SRCREV = "4d229af5500be1023883c38c4a675f0ed919839d" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" 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 4c229cdb75..0000000000 --- a/meta-oe/recipes-support/sass/libsass_git.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "C/C++ port of the Sass CSS precompiler" -HOMEPAGE = "http://sass-lang.com/libsass" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" - -inherit autotools - -SRC_URI = "git://github.com/sass/libsass.git;branch=3.5-stable" -SRCREV = "39e30874b9a5dd6a802c20e8b0470ba44eeba929" -S = "${WORKDIR}/git" -PV = "3.5.5" - -BBCLASSEXTEND = "native" -- cgit 1.2.3-korg