From 1b8cae12f88f20ef628d2aa1457329f3ca86a270 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 25 May 2009 14:07:31 +0200 Subject: [PATCH] xtrans: added 1.2.3 --- recipes/xorg-lib/xtrans-native_1.2.3.bb | 5 +++++ recipes/xorg-lib/xtrans-sdk_1.2.3.bb | 5 +++++ recipes/xorg-lib/xtrans_1.2.3.bb | 14 ++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 recipes/xorg-lib/xtrans-native_1.2.3.bb create mode 100644 recipes/xorg-lib/xtrans-sdk_1.2.3.bb create mode 100644 recipes/xorg-lib/xtrans_1.2.3.bb 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" -- 2.39.5