summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-07 11:49:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:28 +0100
commit552780d315292d05ac2469fe8c0e290fb252f384 (patch)
treed6521e4439025f5ddbd112d1bb7c3a456eb501b0 /meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
parent5e8e40529deeecd6f5a7794f9d6b8ab030b0c40e (diff)
downloadpoky-552780d315292d05ac2469fe8c0e290fb252f384.tar.gz
libxpm: upgrade to 3.5.11
License checksum changed as a typo was fixed upstream. (From OE-Core rev: e7c3969b37f5ddbd83c1956f72a4cfb4d1060b66) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
new file mode 100644
index 0000000000..545874cdd4
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
@@ -0,0 +1,27 @@
1require xorg-lib-common.inc
2
3# libxpm requires xgettext to build
4inherit gettext
5
6SUMMARY = "Xpm: X Pixmap extension library"
7
8DESCRIPTION = "libXpm provides support and common operation for the XPM \
9pixmap format, which is commonly used in legacy X applications. XPM is \
10an extension of the monochrome XBM bitmap specificied in the X \
11protocol."
12
13LICENSE = "BSD"
14LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7"
15DEPENDS += "libxext libsm libxt"
16PE = "1"
17
18XORG_PN = "libXpm"
19
20PACKAGES =+ "sxpm cxpm"
21FILES_cxpm = "${bindir}/cxpm"
22FILES_sxpm = "${bindir}/sxpm"
23
24SRC_URI[md5sum] = "769ee12a43611cdebd38094eaf83f3f0"
25SRC_URI[sha256sum] = "c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c"
26
27BBCLASSEXTEND = "native"