aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat/expat_1.95.7.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-27 11:14:51 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-27 11:14:51 +0100
commit3eea5b412e0aecf66989aa2a58c8370b12c5be46 (patch)
tree6375707517bd540f87deef860a791cd6fedbfd9b /recipes/expat/expat_1.95.7.bb
parent3be3b0e1985bbad615e0a21b17420d1cb7df7739 (diff)
downloadopenembedded-3eea5b412e0aecf66989aa2a58c8370b12c5be46.tar.gz
expat: convert to new style staging
Diffstat (limited to 'recipes/expat/expat_1.95.7.bb')
-rw-r--r--recipes/expat/expat_1.95.7.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/expat/expat_1.95.7.bb b/recipes/expat/expat_1.95.7.bb
index 7b48305933..dad1b4965b 100644
--- a/recipes/expat/expat_1.95.7.bb
+++ b/recipes/expat/expat_1.95.7.bb
@@ -1,5 +1,5 @@
require expat.inc
-PR = "r2"
+PR = "r3"
SRC_URI += "file://autotools.patch;patch=1 \
file://expat-XMLCALL.patch;patch=1 \
@@ -12,11 +12,6 @@ do_configure () {
autotools_do_configure
}
-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}" \