aboutsummaryrefslogtreecommitdiffstats
path: root/xfont/xfont-cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xfont/xfont-cvs.oe')
-rw-r--r--xfont/xfont-cvs.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe
deleted file mode 100644
index 6bed0448d9..0000000000
--- a/xfont/xfont-cvs.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto xtrans zlib"
-PROVIDES = "xfont"
-DESCRIPTION = "X font libary (used by the X server)."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont"
-S = "${WORKDIR}/Xfont"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}