aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxdamage_1.1.3.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/libxdamage_1.1.3.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/libxdamage_1.1.3.bb')
-rw-r--r--recipes/xorg-lib/libxdamage_1.1.3.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/xorg-lib/libxdamage_1.1.3.bb b/recipes/xorg-lib/libxdamage_1.1.3.bb
index e616336121..edfa4edcf2 100644
--- a/recipes/xorg-lib/libxdamage_1.1.3.bb
+++ b/recipes/xorg-lib/libxdamage_1.1.3.bb
@@ -1,12 +1,11 @@
require xorg-lib-common.inc
-
DESCRIPTION = "X11 damaged region extension library"
-LICENSE= "BSD-X"
+LICENSE = "BSD-X"
DEPENDS += "damageproto libxfixes"
PE = "1"
-
-XORG_PN = "libXdamage"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "44774e1a065158b52f1a0da5100cebec"
SRC_URI[archive.sha256sum] = "bc6169c826d3cb17435ca84e1b479d65e4b51df1e48bbc3ec39a9cabf842c7a8"
-PR = "${INC_PR}.0"
+
+XORG_PN = "libXdamage"