diff options
Diffstat (limited to 'meta-oe/recipes-support/sass')
| -rw-r--r-- | meta-oe/recipes-support/sass/libsass_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/sass/sassc_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sass/libsass_git.bb b/meta-oe/recipes-support/sass/libsass_git.bb index bc2ec805e5..4d709fc526 100644 --- a/meta-oe/recipes-support/sass/libsass_git.bb +++ b/meta-oe/recipes-support/sass/libsass_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" | |||
| 5 | 5 | ||
| 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;protocol=https" |
| 9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" | 9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" |
| 10 | PV = "3.6.5" | 10 | PV = "3.6.5" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 407cbbddd0..9bb8c76e87 100644 --- a/meta-oe/recipes-support/sass/sassc_git.bb +++ b/meta-oe/recipes-support/sass/sassc_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "libsass" | |||
| 6 | 6 | ||
| 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;branch=master;protocol=https" |
| 10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" | 10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | PV = "3.6.2" | 12 | PV = "3.6.2" |
