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