mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
fontconfig: fix upstream version check
In the case of fontconfig, version x.x.9x are release candidates for next version. (From OE-Core rev: 6e14211b9dba6703aedf0a79100070430a47549c) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
edab86235d
commit
22b5ced5c3
@@ -28,6 +28,7 @@ SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "00e748c67fad11e7057a71ed385e8bdb"
|
||||
SRC_URI[sha256sum] = "064b9ebf060c9e77011733ac9dc0e2ce92870b574cca2405e11f5353a683c334"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "fontconfig-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
|
||||
|
||||
do_configure_prepend() {
|
||||
# work around https://bugs.freedesktop.org/show_bug.cgi?id=101280
|
||||
|
||||
Reference in New Issue
Block a user