diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 08:41:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:15 +0200 |
commit | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch) | |
tree | ac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/xtrans_1.0.4.bb | |
parent | 7d9b0799a0195574e5f1eb658d22fa0b118efb4a (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/xtrans_1.0.4.bb')
-rw-r--r-- | recipes/xorg-lib/xtrans_1.0.4.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/xorg-lib/xtrans_1.0.4.bb b/recipes/xorg-lib/xtrans_1.0.4.bb index 2f688b2864..5bef6cca8e 100644 --- a/recipes/xorg-lib/xtrans_1.0.4.bb +++ b/recipes/xorg-lib/xtrans_1.0.4.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" +PR = "${INC_PR}.0" SRC_URI += "file://fix-missing-includepath.patch" - SRC_URI[archive.md5sum] = "8b36cdf08df12be96615e3d550236626" SRC_URI[archive.sha256sum] = "765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c" -PR = "${INC_PR}.0" + +FILESPATHPKG .= ":xtrans-${PV}:xtrans" + +ALLOW_EMPTY = "1" + +BBCLASSEXTEND = "native sdk" |