diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-24 17:46:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-24 17:46:15 +0000 |
commit | 07d493bd054882efdeb42692b2540d214a4826bd (patch) | |
tree | ecde946e451b92ab8d6de91ffe14898211c2189a /xdmcp | |
parent | 280b0f60d63f8c5284b0b7fd074319f967d8d600 (diff) |
remove xdmcp-cvs on behalf of pb_
BKrev: 408aa7e7AtB05-c39QQI3GaUkRzj2A
Diffstat (limited to 'xdmcp')
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 20 |
1 files changed, 0 insertions, 20 deletions
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 <greg@treke.net>" -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} -} |