From fcb1791f553081e5267c2d0b7795eab224b4a342 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Dec 2008 01:13:47 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools --- meta/packages/tremor/tremor_20041119.bb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'meta/packages/tremor') diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb index 530d6bb87..fd5ab7c58 100644 --- a/meta/packages/tremor/tremor_20041119.bb +++ b/meta/packages/tremor/tremor_20041119.bb @@ -10,16 +10,8 @@ SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" S = "${WORKDIR}/Tremor" -inherit autotools +inherit autotools_stage EXTRA_OECONF=" --enable-shared --disable-rpath " -#do_configure_prepend() { -# ./autogen.sh -#} - -do_stage() { - autotools_stage_all -} - ARM_INSTRUCTION_SET = "arm" -- cgit v1.2.3