aboutsummaryrefslogtreecommitdiffstats
path: root/damageext/damageext_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'damageext/damageext_cvs.oe')
-rw-r--r--damageext/damageext_cvs.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/damageext/damageext_cvs.oe b/damageext/damageext_cvs.oe
deleted file mode 100644
index 277fc428e8..0000000000
--- a/damageext/damageext_cvs.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xextensions fixesext"
-DESCRIPTION = "X Damage extension headers and specification"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt"
-S = "${WORKDIR}/DamageExt"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}