From 5b20a3c8f2b5c2f9c5270af964b08797c762d426 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 6 Dec 2023 16:24:35 +0300 Subject: xlsclients: upgrade 1.1.4 -> 1.1.5 Changelog: * Resolve implicit conversion warnings from clang * usage: add cold & noreturn attributes to function * Handle -Wsign-compare warnings * Quiet -Wmaybe-uninitialized warnings from gcc * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb | 14 -------------- meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb (limited to 'meta-oe/recipes-graphics/xorg-app') diff --git a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb deleted file mode 100644 index 42bda7ea3..000000000 --- a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "X.Org X11 X client utilities" -HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xlsclients/" -DESCRIPTION = "xlsclients is a utility for listing information about the \ -client applications running on a X11 server." -SECTION = "x11/app" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=350e1b718a56df39cfe8ca9345ea4575" - -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "4fa92377e0ddc137cd226a7a87b6b29a" -SRC_URI[sha256sum] = "773f2af49c7ea2c44fba4213bee64325875c1b3c9bc4bbcd8dac9261751809c1" diff --git a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb new file mode 100644 index 000000000..d73a27f97 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb @@ -0,0 +1,14 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "X.Org X11 X client utilities" +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xlsclients/" +DESCRIPTION = "xlsclients is a utility for listing information about the \ +client applications running on a X11 server." +SECTION = "x11/app" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=350e1b718a56df39cfe8ca9345ea4575" + +BBCLASSEXTEND = "native" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "68baee57e70250ac4a7759fb78221831f97d88bc8e51dcc2e64eb3f8ca56bae3" -- cgit v1.2.3-54-g00ecf