diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:41:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:41:00 +0000 |
commit | f66378d955987691415e8f4786f87f92f5303241 (patch) | |
tree | 19ff2613e347a3f73f2e029040256abcac1ffe8c /packages/maemo/xpext_1.0-5.bb | |
parent | 54459388bca56e8cccefe0799082a958e5b8a709 (diff) | |
parent | 4713d888ebcf7e0a9064346bf3f0a86d22ad7129 (diff) |
merge of '0392f48f534dce561d4b8cb01e8db5ad64500222'
and 'a141267452dde7cd1e229a81095e09d64b4c3e9d'
Diffstat (limited to 'packages/maemo/xpext_1.0-5.bb')
-rw-r--r-- | packages/maemo/xpext_1.0-5.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/maemo/xpext_1.0-5.bb b/packages/maemo/xpext_1.0-5.bb index cc40205c50..71fcad27cf 100644 --- a/packages/maemo/xpext_1.0-5.bb +++ b/packages/maemo/xpext_1.0-5.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" @@ -18,10 +18,5 @@ do_configure_prepend () { } do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - mandir=${STAGING_DATADIR}/man + autotools_stage_all } |