aboutsummaryrefslogtreecommitdiffstats
path: root/expat/expat_1.95.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'expat/expat_1.95.6.oe')
-rw-r--r--expat/expat_1.95.6.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/expat/expat_1.95.6.oe b/expat/expat_1.95.6.oe
deleted file mode 100644
index a4932ae215..0000000000
--- a/expat/expat_1.95.6.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Jim Clarkes XML parser library."
-LICENSE = "MIT"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz"
-S = "${WORKDIR}/expat-${PV}"
-
-inherit autotools
-export LTCC = "${CC}"
-
-do_stage () {
- install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
- oe_libinstall -so libexpat ${STAGING_LIBDIR}/
-}
-
-do_install () {
- oe_runmake prefix="${D}/${prefix}" \
- bindir="${D}/${bindir}" \
- libdir="${D}/${libdir}" \
- includedir="${D}/${includedir}" \
- install
-}