aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xtrans_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/xtrans_1.2.1.bb')
-rw-r--r--recipes/xorg-lib/xtrans_1.2.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/xorg-lib/xtrans_1.2.1.bb b/recipes/xorg-lib/xtrans_1.2.1.bb
index 27be328c9b..94e6a7bd41 100644
--- a/recipes/xorg-lib/xtrans_1.2.1.bb
+++ b/recipes/xorg-lib/xtrans_1.2.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"
-
RDEPENDS_${PN}-dev = ""
+PE = "1"
+PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "96e142331edd498a9364887b2548f1bb"
SRC_URI[archive.sha256sum] = "9ff21a8d9ea524ca9b7cb6d6b4d522b4cb20b1c35edeb8995a9e9265a0df64bd"
-PR = "${INC_PR}.0"
+
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
+
+ALLOW_EMPTY = "1"
+
+BBCLASSEXTEND = "native sdk"