aboutsummaryrefslogtreecommitdiffstats
path: root/opensp/opensp_1.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opensp/opensp_1.5.oe')
-rw-r--r--opensp/opensp_1.5.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/opensp/opensp_1.5.oe b/opensp/opensp_1.5.oe
deleted file mode 100644
index 24b2e84121..0000000000
--- a/opensp/opensp_1.5.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "OpenSP is a library and a set of tools \
-for validating, parsing, and manipulating SGML and \
-XML documents."
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
- file://m4.patch;patch=1 \
- file://attributevalue.patch;patch=1"
-S = "${WORKDIR}/OpenSP-${PV}"
-
-inherit autotools
-
-do_stage () {
- oe_libinstall -a -so -C lib libosp ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/OpenSP
- install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/
- install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/
- install -m 0644 ${S}/config.h ${STAGING_INCDIR}/OpenSP/config.h
-}