diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-01-19 16:37:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-20 13:24:43 -0800 |
commit | fc390e7c10c5e0ab7858f1746f8b109a95e25800 (patch) | |
tree | 8992b44da61e1b9489fc0b9e964599a92ed38865 | |
parent | 8b652109d96b261699a2f66e2c7dc8af462880c6 (diff) | |
download | meta-openembedded-fc390e7c10c5e0ab7858f1746f8b109a95e25800.tar.gz |
sassc: upgrade 3.5.0 -> 3.6.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/sass/sassc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 044c0c7fcb..3c7a55cc3d 100644 --- a/meta-oe/recipes-support/sass/sassc_git.bb +++ b/meta-oe/recipes-support/sass/sassc_git.bb | |||
@@ -7,8 +7,8 @@ DEPENDS = "libsass" | |||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | SRC_URI = "git://github.com/sass/sassc.git" | 9 | SRC_URI = "git://github.com/sass/sassc.git" |
10 | SRCREV = "aa6d5c635ea8faf44d542a23aaf85d27e5777d48" | 10 | SRCREV = "46748216ba0b60545e814c07846ca10c9fefc5b6" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "3.5.0" | 12 | PV = "3.6.1" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |