summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/libxcursor_1.1.9.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/libxcursor_1.1.9.bb
parent7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff)
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/libxcursor_1.1.9.bb')
-rw-r--r--recipes/xorg-lib/libxcursor_1.1.9.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/xorg-lib/libxcursor_1.1.9.bb b/recipes/xorg-lib/libxcursor_1.1.9.bb
index fb6ee72fc6..2b363a5c07 100644
--- a/recipes/xorg-lib/libxcursor_1.1.9.bb
+++ b/recipes/xorg-lib/libxcursor_1.1.9.bb
@@ -1,13 +1,13 @@
require xorg-lib-common.inc
-
DESCRIPTION = "X cursor management library"
-LICENSE= "BSD-X"
+LICENSE = "BSD-X"
DEPENDS += "libxrender libxfixes"
-BBCLASSEXTEND = "native"
PE = "1"
-
-XORG_PN = "libXcursor"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "99b7554037a92b260891091e81815a0a"
SRC_URI[archive.sha256sum] = "1dffb3542271c8ce964066d561474caec5b639d6588b257b21cfb8225a15d2b4"
-PR = "${INC_PR}.0"
+
+BBCLASSEXTEND = "native"
+
+XORG_PN = "libXcursor"