From 55c8e6ae6ba0cb59d5f7032d145e41d71df35f26 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:57:56 +0800 Subject: libxau: upgrade 1.0.11 -> 1.0.12 Changelog: =========== - XauDisposeAuth: remove void casts from functions that return void - unifdef hpux - Autest.c includes Xauth.h that depends on other headers. - Allow to use POSIX.2 compliant sed(1) - Also test for explicit_memset(3) support - Gcc < 11 doesn't allow opt. deallocator arg for __attribute((malloc)) - gitlab CI: run meson build with both gcc & clang compilers - Allow building with clang after aec9d7266777e0b9243ef0f112fe0e07256bd446 - Xauth.h: add access & malloc attributes to function prototypes add Meson build system - Set close-on-exec when opening files - Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL (From OE-Core rev: f01ae510df717999ca9334c750e19739189d75b4) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb | 23 ----------------------- meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb deleted file mode 100644 index f1b492c39f..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Xau: X Authority Database library" - -DESCRIPTION = "libxau provides the main interfaces to the X11 \ -authorisation handling, which controls authorisation for X connections, \ -both client-side and server-side." - -require xorg-lib-common.inc - -inherit gettext - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" - -DEPENDS += " xorgproto" -PROVIDES = "xau" - -PE = "1" - -XORG_PN = "libXau" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[sha256sum] = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb new file mode 100644 index 0000000000..b52b28914b --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb @@ -0,0 +1,23 @@ +SUMMARY = "Xau: X Authority Database library" + +DESCRIPTION = "libxau provides the main interfaces to the X11 \ +authorisation handling, which controls authorisation for X connections, \ +both client-side and server-side." + +require xorg-lib-common.inc + +inherit gettext + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" + +DEPENDS += " xorgproto" +PROVIDES = "xau" + +PE = "1" + +XORG_PN = "libXau" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[sha256sum] = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb" -- cgit v1.2.3-54-g00ecf