aboutsummaryrefslogtreecommitdiffstats
path: root/xaw/xaw_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xaw/xaw_cvs.oe')
-rw-r--r--xaw/xaw_cvs.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/xaw/xaw_cvs.oe b/xaw/xaw_cvs.oe
deleted file mode 100644
index af28df1244..0000000000
--- a/xaw/xaw_cvs.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "xproto x11 xt xmu xpm"
-DESCRIPTION = "X Athena Widgets library"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw"
-S = "${WORKDIR}/Xaw"
-
-inherit autotools pkgconfig
-
-# FIXME: libXaw needs a full x11, not diet
-BROKEN = "1"
-
-do_stage () {
- oe_runmake install DESTDIR="" mandir=${STAGING_DATADIR}/man bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}