aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxpm_3.5.7.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 08:41:10 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 09:53:15 +0200
commit2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch)
treeac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/libxpm_3.5.7.bb
parent7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff)
downloadopenembedded-2531ea35b2d93c07bdff8d8f2cde72db971fe4cb.tar.gz
xorg-lib: oe-stylize
* require in oe-stylize script was moved to top * reminders were removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxpm_3.5.7.bb')
-rw-r--r--recipes/xorg-lib/libxpm_3.5.7.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/xorg-lib/libxpm_3.5.7.bb b/recipes/xorg-lib/libxpm_3.5.7.bb
index 42219be853..b8ed813029 100644
--- a/recipes/xorg-lib/libxpm_3.5.7.bb
+++ b/recipes/xorg-lib/libxpm_3.5.7.bb
@@ -1,16 +1,16 @@
require xorg-lib-common.inc
-
DESCRIPTION = "X11 Pixmap library"
LICENSE = "X-BSD"
DEPENDS += "libxext libsm libxt"
PE = "1"
+PR = "${INC_PR}.0"
-XORG_PN = "libXpm"
+SRC_URI[archive.md5sum] = "cd15ee542d9f515538b4462a6f79d977"
+SRC_URI[archive.sha256sum] = "64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa"
PACKAGES =+ "sxpm cxpm"
+
FILES_cxpm = "${bindir}/cxpm"
FILES_sxpm = "${bindir}/sxpm"
-SRC_URI[archive.md5sum] = "cd15ee542d9f515538b4462a6f79d977"
-SRC_URI[archive.sha256sum] = "64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa"
-PR = "${INC_PR}.0"
+XORG_PN = "libXpm"