From 7de40846346861bd91d409403a778130fb813819 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Feb 2023 08:21:14 +0100 Subject: libxpm: upgrade 3.5.14 -> 3.5.15 License-update: additional copyright holders Disable reading compressed files as that requires compress/uncompress executables. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb | 26 ------------------------ meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb | 27 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb deleted file mode 100644 index 2740341807..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb +++ /dev/null @@ -1,26 +0,0 @@ -require xorg-lib-common.inc - -# libxpm requires xgettext to build -inherit gettext - -SUMMARY = "Xpm: X Pixmap extension library" - -DESCRIPTION = "libXpm provides support and common operation for the XPM \ -pixmap format, which is commonly used in legacy X applications. XPM is \ -an extension of the monochrome XBM bitmap specificied in the X \ -protocol." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" -DEPENDS += "libxext libsm libxt gettext-native" -PE = "1" - -XORG_PN = "libXpm" - -PACKAGES =+ "sxpm cxpm" -FILES:cxpm = "${bindir}/cxpm" -FILES:sxpm = "${bindir}/sxpm" - -SRC_URI[sha256sum] = "f7eb8f69c039281def8258ae6859adb5f050fbe161ab3d6a2d6ef109a603eac2" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb new file mode 100644 index 0000000000..32a2b35356 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb @@ -0,0 +1,27 @@ +require xorg-lib-common.inc + +# libxpm requires xgettext to build +inherit gettext + +SUMMARY = "Xpm: X Pixmap extension library" + +DESCRIPTION = "libXpm provides support and common operation for the XPM \ +pixmap format, which is commonly used in legacy X applications. XPM is \ +an extension of the monochrome XBM bitmap specificied in the X \ +protocol." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff" +DEPENDS += "libxext libsm libxt gettext-native" +PE = "1" + +XORG_PN = "libXpm" +EXTRA_OECONF += "--disable-open-zfile" + +PACKAGES =+ "sxpm cxpm" +FILES:cxpm = "${bindir}/cxpm" +FILES:sxpm = "${bindir}/sxpm" + +SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg