From: Wang Mingyu Date: Wed, 28 Feb 2024 07:32:26 +0000 (+0800) Subject: libxext: upgrade 1.3.5 -> 1.3.6 X-Git-Tag: 2024-04-scarthgap~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4bddeebbb54ec4f3f8662d282d6d7ef26303f1;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxext: upgrade 1.3.5 -> 1.3.6 Changelog: =========== -Wrap Xext*CheckExtension() in do { ... } while(0) -configure: raise minimum autoconf requirement to 2.70 -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -_xgeGetExtensionVersion should not free info on failure -Check for malloc failure in _xgeGetExtensionVersion -_xgeDpyClose: handle NULL return from _xgeFindDisplay -XEVI: fix -Walloc-size Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb similarity index 89% rename from meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb rename to meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb index 7d0597ef1d1..275926a885c 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb @@ -21,4 +21,4 @@ PE = "1" XORG_PN = "libXext" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca" +SRC_URI[sha256sum] = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753"