summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/xtrans_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.0.4.bb')
-rw-r--r--recipes/xorg-lib/xtrans_1.0.4.bb14
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"