aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxrandr_1.1.2.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/libxrandr_1.1.2.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/libxrandr_1.1.2.bb')
-rw-r--r--recipes/xorg-lib/libxrandr_1.1.2.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/recipes/xorg-lib/libxrandr_1.1.2.bb b/recipes/xorg-lib/libxrandr_1.1.2.bb
index c9fe9e919b..0e25966d72 100644
--- a/recipes/xorg-lib/libxrandr_1.1.2.bb
+++ b/recipes/xorg-lib/libxrandr_1.1.2.bb
@@ -1,15 +1,13 @@
require xorg-lib-common.inc
-PE = "1"
-
DESCRIPTION = "X Resize and Rotate extension library."
LICENSE = "BSD-X"
-
DEPENDS += " virtual/libx11 randrproto libxext xextproto libxrender renderproto"
-BBCLASSEXTEND = "sdk"
-
-XORG_PN = "libXrandr"
-
+PE = "1"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "962946952a01650bb43206043a3c0e12"
SRC_URI[archive.sha256sum] = "ba5adedc37da835a5c9e5a5d457dce13feead64fc364bc4719c41720ca0a3c50"
-PR = "${INC_PR}.0"
+
+BBCLASSEXTEND = "sdk"
+
+XORG_PN = "libXrandr"