mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libass: upgrade 0.17.0 -> 0.17.1
Changelog: ========== Fix buffer overread if soft-wrapping occurred and ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1 (bug introduced in 0.16.0) x86: detect GNU Hurd and configure NASM appropriately Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
|
|||||||
|
|
||||||
DEPENDS = "fontconfig freetype fribidi harfbuzz"
|
DEPENDS = "fontconfig freetype fribidi harfbuzz"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=0.17.1-branch"
|
||||||
SRCREV = "bef4b43ef1882b77f789f611d9cd24271ccdd65b"
|
SRCREV = "e8ad72accd3a84268275a9385beb701c9284e5b3"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
Reference in New Issue
Block a user