aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xtrans_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.1.bb')
-rw-r--r--recipes/xorg-lib/xtrans_1.1.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/xorg-lib/xtrans_1.1.bb b/recipes/xorg-lib/xtrans_1.1.bb
index fb89e2d060..1052fdc7fd 100644
--- a/recipes/xorg-lib/xtrans_1.1.bb
+++ b/recipes/xorg-lib/xtrans_1.1.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] = "8546e3a060aefb42c889eaa4b5db33af"
SRC_URI[archive.sha256sum] = "16bc4646f105efd3d0dd105899ac19035d67acf50950ca8c70cf68772508272d"
-PR = "${INC_PR}.0"
+
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
+
+ALLOW_EMPTY = "1"
+
+BBCLASSEXTEND = "native sdk"