From 5b1a3623621dc5833b47da11b996e562c0b92631 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 20:47:33 +0800 Subject: libxpm: upgrade to 3.5.10 (From OE-Core rev: ff3807abd2d798e74e4b04d3739a9b41ff2f14ea) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | 25 +++++++++++++++++++++++++ meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb delete mode 100644 meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb new file mode 100644 index 0000000000..9eaa2122ce --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb @@ -0,0 +1,25 @@ +require xorg-lib-common.inc + +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 = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" +DEPENDS += "libxext libsm libxt" +PR = "r0" +PE = "1" + +XORG_PN = "libXpm" + +PACKAGES =+ "sxpm cxpm" +FILES_cxpm = "${bindir}/cxpm" +FILES_sxpm = "${bindir}/sxpm" + +SRC_URI[md5sum] = "7ae7eff7a14d411e84a67bd166bcec1a" +SRC_URI[sha256sum] = "a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735" + +BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb deleted file mode 100644 index 5d4297e3f8..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb +++ /dev/null @@ -1,25 +0,0 @@ -require xorg-lib-common.inc - -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 = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" -DEPENDS += "libxext libsm libxt" -PR = "r3" -PE = "1" - -XORG_PN = "libXpm" - -PACKAGES =+ "sxpm cxpm" -FILES_cxpm = "${bindir}/cxpm" -FILES_sxpm = "${bindir}/sxpm" - -SRC_URI[md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e" -SRC_URI[sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf