aboutsummaryrefslogtreecommitdiffstats
path: root/xdmcp/libxdmcp_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xdmcp/libxdmcp_cvs.oe')
-rw-r--r--xdmcp/libxdmcp_cvs.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe
deleted file mode 100644
index ced841eaa3..0000000000
--- a/xdmcp/libxdmcp_cvs.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-PR = "r1"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto"
-PROVIDES = "xdmcp"
-DESCRIPTION = "X Display Manager Control Protocol library."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/Xdmcp"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}