mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on page https://www.x.org/releases/individual/lib/. So set the default value of XORG_EXT with 'tar.xz', and update related recipes accordingly. (From OE-Core rev: b18a607ba0a33951375b66e895f8e129f96d9a67) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
718 B
BlitzBasic
27 lines
718 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=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"
|