mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
768fced491
commit
6e4407b6f3
@@ -11,16 +11,17 @@ an extension of the monochrome XBM bitmap specificied in the X \
|
||||
protocol."
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7"
|
||||
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] = "f7eb8f69c039281def8258ae6859adb5f050fbe161ab3d6a2d6ef109a603eac2"
|
||||
SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user