From 04f9ed76d2b8c2809c2e00a93e9dfc0e0ab5e3de Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:43 +0800 Subject: [PATCH] xtrans: upgrade 1.5.1 -> 1.5.2 Changelog: ============ - is_numeric: Add !defined(IPv6) to checks - Fix build when HAVE_STRCASECMP is not defined (From OE-Core rev: 78d345e918bc4c99bd8a0fa13a0bcf20010742a7) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../xorg-lib/{xtrans_1.5.1.bb => xtrans_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{xtrans_1.5.1.bb => xtrans_1.5.2.bb} (88%) diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb similarity index 88% rename from meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb rename to meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb index ea362750df..e391bf8a2b 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb @@ -22,4 +22,4 @@ inherit gettext BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e" +SRC_URI[sha256sum] = "5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c"