summaryrefslogtreecommitdiff
path: root/xext/xext-cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xext/xext-cvs.oe')
-rw-r--r--xext/xext-cvs.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe
deleted file mode 100644
index 33476130a7..0000000000
--- a/xext/xext-cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-DESCRIPTION = "X Server Extension library"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "xproto x11 xextensions"
-PROVIDES = "xext"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext"
-S = "${WORKDIR}/Xext"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}