From b3cfb7c94791b217ce0b83b809fb4253da47081d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:38 +0800 Subject: xmessage: upgrade 1.0.6 -> 1.0.7 Changelog: =========== -configure: Use AC_SYS_LARGEFILE to enable large file support -Add -version option -updates -help option to not require successfully opening a display -Print which arguments were unknown before giving usage message Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xmessage_1.0.6.bb | 10 ---------- meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.6.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.6.bb deleted file mode 100644 index cb123837d0..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.6.bb +++ /dev/null @@ -1,10 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "Display a message or query in a window" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=73c7f696a728de728d7446cbca814cc5" - -DEPENDS += "libxaw" - -SRC_URI[sha256sum] = "d2eac545f137156b960877e052fcc8e29795ed735c02f7690fd7b439e6846a12" -SRC_URI_EXT = "xz" diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb new file mode 100644 index 0000000000..6682784fbf --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb @@ -0,0 +1,10 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "Display a message or query in a window" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=73c7f696a728de728d7446cbca814cc5" + +DEPENDS += "libxaw" + +SRC_URI[sha256sum] = "703fccb7a0b772d61d7e603c189b9739866aa97ba985c727275420f829a30356" +SRC_URI_EXT = "xz" -- cgit v1.2.3-54-g00ecf