aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tremor
diff options
context:
space:
mode:
authorManuel Teira <manuel.teira@telefonica.net>2007-06-19 16:18:56 +0000
committerManuel Teira <manuel.teira@telefonica.net>2007-06-19 16:18:56 +0000
commit9fb7cb53d84ce29d236f714cce314b60df1c9d56 (patch)
treecf4267ad089dc7804e39d66ec979c72fac072148 /packages/tremor
parent1ab244c361defaa10c4aff18b3e6d779bbe07d61 (diff)
downloadopenembedded-9fb7cb53d84ce29d236f714cce314b60df1c9d56.tar.gz
tremor 20041119 : Correct staging QA issues
Diffstat (limited to 'packages/tremor')
-rw-r--r--packages/tremor/tremor_20041119.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/tremor/tremor_20041119.bb b/packages/tremor/tremor_20041119.bb
index 276ac491e0..666b6c2563 100644
--- a/packages/tremor/tremor_20041119.bb
+++ b/packages/tremor/tremor_20041119.bb
@@ -14,14 +14,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
}