mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
libsass: upgrade 3.6.4 -> 3.6.5
Changelog Fix extend edge case going endlessly (@mgreter #3081) Fix source-maps and how we count unicode characters (@mgreter #3096) Fix seed generator if std::random_device fails (@benbucksch #3151) Fix url() containing exclamation mark causing an error (#2880) Fix Offset initialization when end was not given (@ihsinme #3131) Fix obvious backporting error in pseudo extend (@mgreter #3136) Fix obvious identical subexpressions in op_color_number (@ariccio #3148) Fix edge case regarding unit-less number equality as object keys (@mgreter #3095) Revert compound re-ordering for non extended selectors (@mgreter #3100) Prevent compiler warning about unnecessary copy (@acocuzzo #3129) Replace Travis CI with GitHub Actions (@mgreter #3150) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,8 +6,8 @@ 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"
|
||||
SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3"
|
||||
PV = "3.6.5"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user