aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xtrans_1.2.5.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/xtrans_1.2.5.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/xtrans_1.2.5.bb')
-rw-r--r--recipes/xorg-lib/xtrans_1.2.5.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/xorg-lib/xtrans_1.2.5.bb b/recipes/xorg-lib/xtrans_1.2.5.bb
index 3db86ec4f2..db611c682c 100644
--- a/recipes/xorg-lib/xtrans_1.2.5.bb
+++ b/recipes/xorg-lib/xtrans_1.2.5.bb
@@ -1,15 +1,15 @@
require xorg-lib-common.inc
-
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
-BBCLASSEXTEND = "native sdk"
-FILESPATHPKG .= ":xtrans-${PV}:xtrans"
-PE = "1"
-
-ALLOW_EMPTY = "1"
-
RDEPENDS_${PN}-dev = ""
+PE = "1"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "2d1e57e82acc5f21797e92341415af2f"
SRC_URI[archive.sha256sum] = "cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899"
-PR = "${INC_PR}.0"
+
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
+
+ALLOW_EMPTY = "1"
+
+BBCLASSEXTEND = "native sdk"