]> code.ossystems Code Review - openembedded-core.git/commitdiff
xtrans: add xtrans_1.2.2.bb
authorPeng Li <peng.li@intel.com>
Tue, 28 Oct 2008 03:24:42 +0000 (11:24 +0800)
committerPeng Li <peng.li@intel.com>
Wed, 29 Oct 2008 14:08:15 +0000 (22:08 +0800)
This is a build dependency of xserver-xf86-dri-lite_git

meta/packages/xorg-lib/xtrans_1.2.2.bb [new file with mode: 0644]

diff --git a/meta/packages/xorg-lib/xtrans_1.2.2.bb b/meta/packages/xorg-lib/xtrans_1.2.2.bb
new file mode 100644 (file)
index 0000000..75ba93c
--- /dev/null
@@ -0,0 +1,12 @@
+require xorg-lib-common.inc
+
+DESCRIPTION = "network API translation layer to insulate X applications and \
+libraries from OS network vageries."
+PE = "1"
+PR = "r0"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
+
+RDEPENDS_${PN}-dev = ""
+
+XORG_PN = "xtrans"