From: Tom Rini Date: Mon, 4 Oct 2010 21:59:04 +0000 (-0700) Subject: oprofile: Drop do_stage() { autotools_stage_all } X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b559b091bf3a83f2fc51c42cd3505558d0b1b5a;p=openembedded.git oprofile: Drop do_stage() { autotools_stage_all } Signed-off-by: Tom Rini --- diff --git a/recipes/oprofile/oprofile.inc b/recipes/oprofile/oprofile.inc index 6d251d2cd8..7bd77332a5 100644 --- a/recipes/oprofile/oprofile.inc +++ b/recipes/oprofile/oprofile.inc @@ -43,11 +43,6 @@ do_configure () { # --with-qt-includes where the Qt includes are. # --with-qt-libraries where the Qt library is installed. -do_stage () { - # As of 0.9.4 there is a libopagent library to compile and link against. - autotools_stage_all -} - OPROFILE_ARCH = "${TARGET_ARCH}" OPROFILE_ARCH_i586 = "i386" # note this excludes the ppc64 directory