From: Michael Lauer Date: Sat, 24 Apr 2004 17:46:15 +0000 (+0000) Subject: remove xdmcp-cvs on behalf of pb_ X-Git-Tag: Release-2010-05/1~19564 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d493bd054882efdeb42692b2540d214a4826bd;p=openembedded.git remove xdmcp-cvs on behalf of pb_ BKrev: 408aa7e7AtB05-c39QQI3GaUkRzj2A --- diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe deleted file mode 100644 index 18b6d57b72..0000000000 --- a/xdmcp/xdmcp-cvs.oe +++ /dev/null @@ -1,20 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert " -DEPENDS = "virtual/libc xproto" -PROVIDES = "xdmcp" -DESCRIPTION = "X Display Manager Control Protocol library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp" -S = "${WORKDIR}/Xdmcp" - -inherit autotools pkgconfig libtool - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -}