aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat/expat_2.0.1.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_2.0.1.bb
parent3be3b0e1985bbad615e0a21b17420d1cb7df7739 (diff)
downloadopenembedded-3eea5b412e0aecf66989aa2a58c8370b12c5be46.tar.gz
expat: convert to new style staging
Diffstat (limited to 'recipes/expat/expat_2.0.1.bb')
-rw-r--r--recipes/expat/expat_2.0.1.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/expat/expat_2.0.1.bb b/recipes/expat/expat_2.0.1.bb
index 41739e8889..1d06b9ed2c 100644
--- a/recipes/expat/expat_2.0.1.bb
+++ b/recipes/expat/expat_2.0.1.bb
@@ -1,5 +1,5 @@
require expat.inc
-PR = "r2"
+PR = "r3"
SRC_URI += "file://autotools.patch;patch=1"
SRC_URI[src.md5sum] = "ee8b492592568805593f81f8cdf2a04c"
@@ -13,12 +13,6 @@ do_configure() {
autotools_do_configure
}
-do_stage() {
- install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
- install -m 0644 ${S}/lib/expat_external.h ${STAGING_INCDIR}/
- oe_libinstall -so libexpat ${STAGING_LIBDIR}
-}
-
do_install() {
oe_runmake prefix="${D}${prefix}" \
bindir="${D}${bindir}" \