summaryrefslogtreecommitdiff
path: root/meta/packages/maemo/xpext_1.0-5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 16:42:16 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 16:42:16 +0000
commitab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768 (patch)
treecdbc0711c611e0a12dfa035aacefb93756cfb068 /meta/packages/maemo/xpext_1.0-5.bb
parentdf37962c8886b09799a586d4cea36ff0a8d79172 (diff)
downloadopenembedded-core-ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768.tar.gz
openembedded-core-ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768.tar.bz2
openembedded-core-ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768.tar.xz
openembedded-core-ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768.zip
xsp, xpext: Use autotools_stage_all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4072 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo/xpext_1.0-5.bb')
-rw-r--r--meta/packages/maemo/xpext_1.0-5.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/packages/maemo/xpext_1.0-5.bb b/meta/packages/maemo/xpext_1.0-5.bb
index bfb2a0448..3636551b2 100644
--- a/meta/packages/maemo/xpext_1.0-5.bb
+++ b/meta/packages/maemo/xpext_1.0-5.bb
@@ -22,10 +22,5 @@ do_configure_prepend () {
}
do_stage() {
- oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR_HOST}${layout_mandir}
+ autotools_stage_all
}