diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 6e4407b6f34d3c12ca111caec66e3ac836498489 (patch) | |
tree | 0b97bceea85d8dc428326a44ab21f6cadf813f3e | |
parent | 768fced491f9edab5f2ddfa5dede972b0d254ba2 (diff) | |
download | poky-6e4407b6f34d3c12ca111caec66e3ac836498489.tar.gz |
libxpm: upgrade 3.5.14 -> 3.5.15
License-update: additional copyright holders
Disable reading compressed files as that requires compress/uncompress executables.
(From OE-Core rev: 7de40846346861bd91d409403a778130fb813819)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb (renamed from meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb index 2740341807..32a2b35356 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.14.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb | |||
@@ -11,16 +11,17 @@ an extension of the monochrome XBM bitmap specificied in the X \ | |||
11 | protocol." | 11 | protocol." |
12 | 12 | ||
13 | LICENSE = "MIT" | 13 | LICENSE = "MIT" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff" |
15 | DEPENDS += "libxext libsm libxt gettext-native" | 15 | DEPENDS += "libxext libsm libxt gettext-native" |
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
18 | XORG_PN = "libXpm" | 18 | XORG_PN = "libXpm" |
19 | EXTRA_OECONF += "--disable-open-zfile" | ||
19 | 20 | ||
20 | PACKAGES =+ "sxpm cxpm" | 21 | PACKAGES =+ "sxpm cxpm" |
21 | FILES:cxpm = "${bindir}/cxpm" | 22 | FILES:cxpm = "${bindir}/cxpm" |
22 | FILES:sxpm = "${bindir}/sxpm" | 23 | FILES:sxpm = "${bindir}/sxpm" |
23 | 24 | ||
24 | SRC_URI[sha256sum] = "f7eb8f69c039281def8258ae6859adb5f050fbe161ab3d6a2d6ef109a603eac2" | 25 | SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1" |
25 | 26 | ||
26 | BBCLASSEXTEND = "native" | 27 | BBCLASSEXTEND = "native" |