aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tremor/tremor_20041119.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tremor/tremor_20041119.bb')
-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
}