xtrans: added 1.2.3
authorMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 25 May 2009 12:07:31 +0000 (14:07 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Wed, 27 May 2009 12:15:51 +0000 (14:15 +0200)
recipes/xorg-lib/xtrans-native_1.2.3.bb [new file with mode: 0644]
recipes/xorg-lib/xtrans-sdk_1.2.3.bb [new file with mode: 0644]
recipes/xorg-lib/xtrans_1.2.3.bb [new file with mode: 0644]

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 (file)
index 0000000..c7988c7
--- /dev/null
@@ -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 (file)
index 0000000..9f67118
--- /dev/null
@@ -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 (file)
index 0000000..81464f4
--- /dev/null
@@ -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"