mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
libxcvt: upgrade 0.1.2 -> 0.1.3
Changelog: =========== - Fix hsync_start computation - Fix too-small back porch at very low resolutions - Rename constant to CVT_MIN_V_PORCH_RND - README: remove double dollar sign - ci: Update CI and enable static analysis - cvt: fix -Wmissing-prototypes warning for cvt_is_standard (From OE-Core rev: 9f20b22f3eac79f79c83329e57368b7cb9b2778a) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55c8e6ae6b
commit
3e7922ccdd
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
|
||||
SECTION = "x11/libs"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
|
||||
SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df"
|
||||
SRCREV = "dd8631c61465cc0de5e476c7a98e56528d62b163"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user