summaryrefslogtreecommitdiff
path: root/xtrans
diff options
context:
space:
mode:
Diffstat (limited to 'xtrans')
-rw-r--r--xtrans/xtrans-native_0.1.bb0
-rw-r--r--xtrans/xtrans-native_0.1.oe3
-rw-r--r--xtrans/xtrans_0.1.bb0
-rw-r--r--xtrans/xtrans_0.1.oe18
-rw-r--r--xtrans/xtrans_cvs.bb0
-rw-r--r--xtrans/xtrans_cvs.oe19
6 files changed, 0 insertions, 40 deletions
diff --git a/xtrans/xtrans-native_0.1.bb b/xtrans/xtrans-native_0.1.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xtrans/xtrans-native_0.1.bb
diff --git a/xtrans/xtrans-native_0.1.oe b/xtrans/xtrans-native_0.1.oe
deleted file mode 100644
index c364a5073f..0000000000
--- a/xtrans/xtrans-native_0.1.oe
+++ /dev/null
@@ -1,3 +0,0 @@
-SECTION = "x11/base"
-include xtrans_${PV}.oe
-inherit native
diff --git a/xtrans/xtrans_0.1.bb b/xtrans/xtrans_0.1.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xtrans/xtrans_0.1.bb
diff --git a/xtrans/xtrans_0.1.oe b/xtrans/xtrans_0.1.oe
deleted file mode 100644
index ad0f5e2719..0000000000
--- a/xtrans/xtrans_0.1.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "x11/libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DESCRIPTION = "network API translation layer to \
-insulate X applications and libraries from OS \
-network vageries."
-
-SRC_URI = "${XLIBS_MIRROR}/libXtrans-0.1.tar.bz2"
-S = "${WORKDIR}/libXtrans-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/xtrans/xtrans_cvs.bb b/xtrans/xtrans_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xtrans/xtrans_cvs.bb
diff --git a/xtrans/xtrans_cvs.oe b/xtrans/xtrans_cvs.oe
deleted file mode 100644
index b127b631cd..0000000000
--- a/xtrans/xtrans_cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "x11/libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DESCRIPTION = "network API translation layer to \
-insulate X applications and libraries from OS \
-network vageries."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans"
-S = "${WORKDIR}/xtrans"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}