diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:42:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:42:16 +0000 |
commit | ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768 (patch) | |
tree | cdbc0711c611e0a12dfa035aacefb93756cfb068 /meta/packages/maemo/xpext_1.0-5.bb | |
parent | df37962c8886b09799a586d4cea36ff0a8d79172 (diff) | |
download | poky-ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768.tar.gz |
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.bb | 7 |
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 bfb2a04487..3636551b2c 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 () { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | do_stage() { | 24 | do_stage() { |
25 | oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ | 25 | autotools_stage_all |
26 | bindir=${STAGING_BINDIR} \ | ||
27 | includedir=${STAGING_INCDIR} \ | ||
28 | libdir=${STAGING_LIBDIR} \ | ||
29 | datadir=${STAGING_DATADIR} \ | ||
30 | mandir=${STAGING_DIR_HOST}${layout_mandir} | ||
31 | } | 26 | } |