From 8ba457f77c8d02cfc7fe11b02380f403dd8e66b3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 16 Jan 2020 17:21:20 +0800 Subject: libsass: upgrade 3.6.1 -> 3.6.3 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-support/sass/libsass_3.6.1.bb | 13 ------------- meta-oe/recipes-support/sass/libsass_3.6.3.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-oe/recipes-support/sass/libsass_3.6.1.bb create mode 100644 meta-oe/recipes-support/sass/libsass_3.6.3.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 deleted file mode 100644 index 480e984fc4..0000000000 --- a/meta-oe/recipes-support/sass/libsass_3.6.1.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=master" -SRCREV = "4d229af5500be1023883c38c4a675f0ed919839d" - -S = "${WORKDIR}/git" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/sass/libsass_3.6.3.bb b/meta-oe/recipes-support/sass/libsass_3.6.3.bb new file mode 100644 index 0000000000..d893be2231 --- /dev/null +++ b/meta-oe/recipes-support/sass/libsass_3.6.3.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 = "e1c16e09b4a953757a15149deaaf28a3fd81dc97" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf