From: Phil Blundell Date: Wed, 20 Oct 2004 17:50:16 +0000 (+0000) Subject: remove some spare copies of xi X-Git-Tag: Release-2010-05/1~16518 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f05e56cfa5a65496b76f06d2f2bdebd4a205f2c;p=openembedded.git remove some spare copies of xi BKrev: 4176a558kVy5vAQHEGfMBVs5yVl_ow --- diff --git a/libxi/libxi_cvs.oe b/libxi/libxi_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/xi/xi_6.0.1.oe b/xi/xi_6.0.1.oe deleted file mode 100644 index ebed056b2c..0000000000 --- a/xi/xi_6.0.1.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "x11/libs" -DEPENDS = "x11 xextensions" -DESCRIPTION = "X Input extension library." - -SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2" -S = "${WORKDIR}/libXi-${PV}" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/xi/xi_cvs.oe b/xi/xi_cvs.oe deleted file mode 100644 index 0356ac148f..0000000000 --- a/xi/xi_cvs.oe +++ /dev/null @@ -1,17 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "x11/libs" -DEPENDS = "x11 xextensions" -DESCRIPTION = "X Input extension library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi" -S = "${WORKDIR}/Xi" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -}