From: Peng Li Date: Tue, 28 Oct 2008 03:24:42 +0000 (+0800) Subject: xtrans: add xtrans_1.2.2.bb X-Git-Tag: 2011-1~7915^2~6 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e16d2b9ab2870374199a875ac0d29335b4dbc18f;p=openembedded-core.git xtrans: add xtrans_1.2.2.bb This is a build dependency of xserver-xf86-dri-lite_git --- 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 index 0000000000..75ba93c783 --- /dev/null +++ b/meta/packages/xorg-lib/xtrans_1.2.2.bb @@ -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"