summaryrefslogtreecommitdiffstats
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
parentdf37962c8886b09799a586d4cea36ff0a8d79172 (diff)
downloadpoky-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
-rw-r--r--meta/packages/maemo/xpext_1.0-5.bb7
-rw-r--r--meta/packages/maemo/xsp_1.0.0-8.bb9
2 files changed, 3 insertions, 13 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
24do_stage() { 24do_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}
diff --git a/meta/packages/maemo/xsp_1.0.0-8.bb b/meta/packages/maemo/xsp_1.0.0-8.bb
index 878ddec508..f4f872e57f 100644
--- a/meta/packages/maemo/xsp_1.0.0-8.bb
+++ b/meta/packages/maemo/xsp_1.0.0-8.bb
@@ -1,4 +1,4 @@
1PR = "r0" 1PR = "r1"
2LICENSE= "MIT" 2LICENSE= "MIT"
3DESCRIPTION = "X Server Nokia 770 extensions library" 3DESCRIPTION = "X Server Nokia 770 extensions library"
4SECTION = "x11/libs" 4SECTION = "x11/libs"
@@ -11,10 +11,5 @@ S = "${WORKDIR}/Xsp"
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13do_stage() { 13do_stage() {
14 oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ 14 autotools_stage_all
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR} \
19 mandir=${STAGING_DIR_HOST}${layout_mandir}
20} 15}