summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/liblbxutil_1.0.1.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/liblbxutil_1.0.1.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/liblbxutil_1.0.1.bb')
-rw-r--r--recipes/xorg-lib/liblbxutil_1.0.1.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-lib/liblbxutil_1.0.1.bb b/recipes/xorg-lib/liblbxutil_1.0.1.bb
index 5614e563b8..f51d5abe4a 100644
--- a/recipes/xorg-lib/liblbxutil_1.0.1.bb
+++ b/recipes/xorg-lib/liblbxutil_1.0.1.bb
@@ -1,13 +1,11 @@
require xorg-lib-common.inc
-
DESCRIPTION = "XFIXES Extension"
DEPENDS += " xextproto xproto zlib"
PE = "1"
+PR = "${INC_PR}.0"
SRC_URI += "file://mkg3states.patch"
-
-export CC_FOR_BUILD = "gcc"
-
SRC_URI[archive.md5sum] = "b73cbd5bc3cd268722a624a5f1318fde"
SRC_URI[archive.sha256sum] = "94c31c7090106d3a95e2a7c083961efca1321b970118fe103ab06e5d927b7258"
-PR = "${INC_PR}.0"
+
+export CC_FOR_BUILD = "gcc"