From 1d53017dcc04b1619c228059c1cc8094721f4edd Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 14 Oct 2003 20:05:12 +0000 Subject: Rename a ton of files to deal with the seperator change. BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg --- expat/expat-1.95.6.oe | 25 ------------------------- expat/expat_1.95.6.oe | 0 2 files changed, 25 deletions(-) delete mode 100644 expat/expat-1.95.6.oe create mode 100644 expat/expat_1.95.6.oe (limited to 'expat') diff --git a/expat/expat-1.95.6.oe b/expat/expat-1.95.6.oe deleted file mode 100644 index 99e43f26b8..0000000000 --- a/expat/expat-1.95.6.oe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = Jim Clarkes XML parser library. -DEPENDS = virtual/libc -RDEPENDS = libc6 - -SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz -S = "${WORKDIR}/${P}" - -inherit autotools libtool -export LTCC=${CC} - -do_stage () { - install -m 0644 lib/expat.h ${STAGING_DIR}/target/include/ - install -m 0755 .libs/libexpat.so.0.4.0 ${STAGING_LIBDIR}/ - ln -sf libexpat.so.0.4.0 ${STAGING_LIBDIR}/libexpat.so.1 - ln -sf libexpat.so.0.4.0 ${STAGING_LIBDIR}/libexpat.so.0 - ln -sf libexpat.so.0.4.0 ${STAGING_LIBDIR}/libexpat.so -} - -do_install () { - oe_runmake prefix="${D}/${prefix}" \ - bindir="${D}/${bindir}" \ - libdir="${D}/${libdir}" \ - includedir="${D}/${includedir}" \ - install -} diff --git a/expat/expat_1.95.6.oe b/expat/expat_1.95.6.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg