diff options
-rw-r--r-- | meta-oe/recipes-support/sass/libsass_git.bb (renamed from meta-oe/recipes-support/sass/libsass_3.6.3.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sass/libsass_3.6.3.bb b/meta-oe/recipes-support/sass/libsass_git.bb index d893be2231..9cba3a8901 100644 --- a/meta-oe/recipes-support/sass/libsass_3.6.3.bb +++ b/meta-oe/recipes-support/sass/libsass_git.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" | |||
6 | inherit autotools | 6 | inherit autotools |
7 | 7 | ||
8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master" | 8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master" |
9 | SRCREV = "e1c16e09b4a953757a15149deaaf28a3fd81dc97" | 9 | SRCREV = "8d312a1c91bb7dd22883ebdfc829003f75a82396" |
10 | PV = "3.6.4" | ||
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
12 | 13 | ||