summaryrefslogtreecommitdiffstats
path: root/meta/packages/tremor
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/tremor
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/tremor')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
index 530d6bb871..fd5ab7c58c 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"
10 10
11S = "${WORKDIR}/Tremor" 11S = "${WORKDIR}/Tremor"
12 12
13inherit autotools 13inherit autotools_stage
14 14
15EXTRA_OECONF=" --enable-shared --disable-rpath " 15EXTRA_OECONF=" --enable-shared --disable-rpath "
16 16
17#do_configure_prepend() {
18# ./autogen.sh
19#}
20
21do_stage() {
22 autotools_stage_all
23}
24
25ARM_INSTRUCTION_SET = "arm" 17ARM_INSTRUCTION_SET = "arm"