diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-20 17:50:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-20 17:50:16 +0000 |
commit | 3f05e56cfa5a65496b76f06d2f2bdebd4a205f2c (patch) | |
tree | e4c3c689674447928405f466226e4aa7e2b20d6f | |
parent | bed8f3fe9eb25bc4fa3c80d633175b49a25d82b3 (diff) |
remove some spare copies of xi
BKrev: 4176a558kVy5vAQHEGfMBVs5yVl_ow
-rw-r--r-- | libxi/libxi_cvs.oe | 0 | ||||
-rw-r--r-- | xi/xi_6.0.1.oe | 16 | ||||
-rw-r--r-- | xi/xi_cvs.oe | 17 |
3 files changed, 0 insertions, 33 deletions
diff --git a/libxi/libxi_cvs.oe b/libxi/libxi_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libxi/libxi_cvs.oe 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} -} |