From 5207078b9eecb7dd1bd7cdda3b458bbd1a860581 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 Dec 2022 15:29:55 +0800 Subject: libxau: upgrade 1.0.10 -> 1.0.11 Changelog: configure: Use AC_SYS_LARGEFILE to enable large file support (From OE-Core rev: 0cf5429f1dec1b7e3390c6a16acbbac1af874d89) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb | 24 ------------------------ meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb deleted file mode 100644 index a62c9f088a..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb +++ /dev/null @@ -1,24 +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" -XORG_EXT = "tar.xz" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[sha256sum] = "8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a" diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb new file mode 100644 index 0000000000..e2c06fd14a --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb @@ -0,0 +1,24 @@ +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" +XORG_EXT = "tar.xz" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[sha256sum] = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" -- cgit v1.2.3-54-g00ecf