[oe-commits] org.oe.dev tremor: Use autotools_stage_all

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:24:15 UTC 2008


tremor: Use autotools_stage_all

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 4d7696be0dc9dd80d5d755ff0e8cdd500703ae91
ViewMTN: http://monotone.openembedded.org/revision/info/4d7696be0dc9dd80d5d755ff0e8cdd500703ae91
Files:
1
packages/tremor/tremor_svn.bb
Diffs:

#
# mt diff -r837d64a31b8abfdc562d904e813817330322a752 -r4d7696be0dc9dd80d5d755ff0e8cdd500703ae91
#
# 
# 
# patch "packages/tremor/tremor_svn.bb"
#  from [0c254c3bbb0a1232b0fa23c1c04deadea24473f0]
#    to [d149d825d643fad4a2760291a1d348e8feb401cb]
# 
============================================================
--- packages/tremor/tremor_svn.bb	0c254c3bbb0a1232b0fa23c1c04deadea24473f0
+++ packages/tremor/tremor_svn.bb	d149d825d643fad4a2760291a1d348e8feb401cb
@@ -15,14 +15,6 @@ EXTRA_OECONF=" --enable-shared --disable
 
 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
 }






More information about the Openembedded-commits mailing list