tremor: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:13 +0000 (12:00 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:00:13 +0000 (12:00 +0000)
packages/tremor/tremor_svn.bb

index c7830f2..29851f5 100644 (file)
@@ -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
 }