aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-05-25 14:07:31 +0200
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:18:20 +0100
commit5cbead887f277509c8c66de46a01c68738d275af (patch)
treec0dc9cedb5c69d7b97cdc8b8d7e2b8c70713d69c
parent97b4ffa5ad1cc5fe560aa48b2f3239149e3b7245 (diff)
downloadopenembedded-5cbead887f277509c8c66de46a01c68738d275af.tar.gz
xtrans: added 1.2.3
-rw-r--r--recipes/xorg-lib/xtrans-native_1.2.3.bb5
-rw-r--r--recipes/xorg-lib/xtrans-sdk_1.2.3.bb5
-rw-r--r--recipes/xorg-lib/xtrans_1.2.3.bb14
3 files changed, 24 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xtrans-native_1.2.3.bb b/recipes/xorg-lib/xtrans-native_1.2.3.bb
new file mode 100644
index 0000000000..c7988c7264
--- /dev/null
+++ b/recipes/xorg-lib/xtrans-native_1.2.3.bb
@@ -0,0 +1,5 @@
+require xtrans_${PV}.bb
+
+DEPENDS = "util-macros-native"
+
+inherit native
diff --git a/recipes/xorg-lib/xtrans-sdk_1.2.3.bb b/recipes/xorg-lib/xtrans-sdk_1.2.3.bb
new file mode 100644
index 0000000000..9f671180b2
--- /dev/null
+++ b/recipes/xorg-lib/xtrans-sdk_1.2.3.bb
@@ -0,0 +1,5 @@
+require xtrans_${PV}.bb
+
+DEPENDS = "util-macros-sdk"
+
+inherit sdk
diff --git a/recipes/xorg-lib/xtrans_1.2.3.bb b/recipes/xorg-lib/xtrans_1.2.3.bb
new file mode 100644
index 0000000000..81464f49bc
--- /dev/null
+++ b/recipes/xorg-lib/xtrans_1.2.3.bb
@@ -0,0 +1,14 @@
+require xorg-lib-common.inc
+
+DESCRIPTION = "network API translation layer to insulate X applications and \
+libraries from OS network vageries."
+PE = "1"
+PR = "r0"
+
+ALLOW_EMPTY = "1"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
+
+RDEPENDS_${PN}-dev = ""
+
+XORG_PN = "xtrans"