git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2332bda
)
tremor: Use autotools_stage_all
author
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:13 +0000
(12:00 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:13 +0000
(12:00 +0000)
packages/tremor/tremor_svn.bb
patch
|
blob
|
history
diff --git
a/packages/tremor/tremor_svn.bb
b/packages/tremor/tremor_svn.bb
index
c7830f2
..
29851f5
100644
(file)
--- a/
packages/tremor/tremor_svn.bb
+++ b/
packages/tremor/tremor_svn.bb
@@
-15,14
+15,6
@@
inherit autotools
EXTRA_OECONF=" --enable-shared --disable-rpath "
-#do_configure_prepend() {
-# ./autogen.sh
-#}
-
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR}/tremor \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
+ autotools_stage_all
}