aboutsummaryrefslogtreecommitdiffstats
path: root/xt/xt_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xt/xt_cvs.oe')
-rw-r--r--xt/xt_cvs.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/xt/xt_cvs.oe b/xt/xt_cvs.oe
deleted file mode 100644
index 7fa251df4e..0000000000
--- a/xt/xt_cvs.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11 libsm"
-DESCRIPTION = "X Toolkit Intrinsics"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt"
-S = "${WORKDIR}/Xt"
-
-inherit autotools pkgconfig
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}