From 5d512e0ac3402605cb4551c1cb182d61782368f7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:44:56 +0800 Subject: iceauth: upgrade 1.0.9 -> 1.0.10 Changelog: ========== -gitlab CI: stop requiring Signed-off-by in commits -configure: Use AC_SYS_LARGEFILE to enable large file support -Use reallocarray if available, provide local version if not -Silence -Wanalyzer-out-of-bounds warnings from gcc 13 -Variable scope reductions, as suggested by cppcheck -unifdef __UNIXOS2__ Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb | 16 ++++++++++++++++ meta-oe/recipes-graphics/xorg-app/iceauth_1.0.9.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb delete mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.9.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb new file mode 100644 index 0000000000..7d025de4c4 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb @@ -0,0 +1,16 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "X.Org X11 X client utilities" + +DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ +of the X server." + +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" + +BBCLASSEXTEND = "native" + +DEPENDS += "libice" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "3deefb7da26af9dc799b5628d929d91c9af68c78575639944db3b955f29aa029" + diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.9.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.9.bb deleted file mode 100644 index ea0ef0a7e2..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.9.bb +++ /dev/null @@ -1,16 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "X.Org X11 X client utilities" - -DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ -of the X server." - -LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" - -BBCLASSEXTEND = "native" - -DEPENDS += "libice" - -SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05" - -- cgit 1.2.3-korg