From ea5fcdcba9d4591c706f95040e9432d1f322aaef Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 19 Jun 2020 13:31:56 +0200 Subject: libsass: upgrade 3.6.3 -> 3.6.4 / rename recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-support/sass/libsass_3.6.3.bb | 13 ------------- meta-oe/recipes-support/sass/libsass_git.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 meta-oe/recipes-support/sass/libsass_3.6.3.bb create mode 100644 meta-oe/recipes-support/sass/libsass_git.bb diff --git a/meta-oe/recipes-support/sass/libsass_3.6.3.bb b/meta-oe/recipes-support/sass/libsass_3.6.3.bb deleted file mode 100644 index d893be2231..0000000000 --- a/meta-oe/recipes-support/sass/libsass_3.6.3.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 = "e1c16e09b4a953757a15149deaaf28a3fd81dc97" - -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 new file mode 100644 index 0000000000..9cba3a8901 --- /dev/null +++ b/meta-oe/recipes-support/sass/libsass_git.bb @@ -0,0 +1,14 @@ +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 = "8d312a1c91bb7dd22883ebdfc829003f75a82396" +PV = "3.6.4" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg