From 193236933b0f4ab91b1625b64e2187e2db4e0e8f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 5 Apr 2019 15:28:33 -0400 Subject: reset upstream subtrees to HEAD Reset the following subtrees on HEAD: poky: 8217b477a1(master) meta-xilinx: 64aa3d35ae(master) meta-openembedded: 0435c9e193(master) meta-raspberrypi: 490a4441ac(master) meta-security: cb6d1c85ee(master) Squashed patches: meta-phosphor: drop systemd 239 patches meta-phosphor: mrw-api: use correct install path Change-Id: I268e2646d9174ad305630c6bbd3fbc1a6105f43d Signed-off-by: Brad Bishop --- .../meta-oe/recipes-support/sass/libsass_git.bb | 13 +++++++++++++ .../meta-oe/recipes-support/sass/sassc_git.bb | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-support/sass/libsass_git.bb create mode 100644 meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb (limited to 'meta-openembedded/meta-oe/recipes-support/sass') diff --git a/meta-openembedded/meta-oe/recipes-support/sass/libsass_git.bb b/meta-openembedded/meta-oe/recipes-support/sass/libsass_git.bb new file mode 100644 index 000000000..4c229cdb7 --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/sass/libsass_git.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=3.5-stable" +SRCREV = "39e30874b9a5dd6a802c20e8b0470ba44eeba929" +S = "${WORKDIR}/git" +PV = "3.5.5" + +BBCLASSEXTEND = "native" diff --git a/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb b/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb new file mode 100644 index 000000000..044c0c7fc --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "libsass command line driver " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744" + +DEPENDS = "libsass" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/sass/sassc.git" +SRCREV = "aa6d5c635ea8faf44d542a23aaf85d27e5777d48" +S = "${WORKDIR}/git" +PV = "3.5.0" + +BBCLASSEXTEND = "native" -- cgit v1.2.3