mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
This release fixes the following CVEs: - CVE-2023-43788 - CVE-2023-43789 (From OE-Core rev: 1475a47239d77a368bcec69f12e5a63f8bebe14f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
29 lines
777 B
BlitzBasic
29 lines
777 B
BlitzBasic
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"
|
|
XORG_EXT = "tar.xz"
|
|
EXTRA_OECONF += "--disable-open-zfile"
|
|
|
|
PACKAGES =+ "sxpm cxpm"
|
|
FILES:cxpm = "${bindir}/cxpm"
|
|
FILES:sxpm = "${bindir}/sxpm"
|
|
|
|
SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43"
|
|
|
|
BBCLASSEXTEND = "native"
|