summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 22:53:00 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 22:53:00 +0000
commit4647fc8816714384a10120ecaa06a4715fbcd31c (patch)
tree40dcb67ff51335f6ebb8b369417dfd1b374d3abc /meta
parent4e2e099dd592e6126dc20a25ce71d982a4503424 (diff)
downloadpoky-4647fc8816714384a10120ecaa06a4715fbcd31c.tar.gz
tremor: Use autotools_stage_all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4089 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
index f745ba61cc..530d6bb871 100644
--- a/meta/packages/tremor/tremor_20041119.bb
+++ b/meta/packages/tremor/tremor_20041119.bb
@@ -4,7 +4,7 @@ DEPENDS = "libogg"
4DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." 4DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
5LICENSE = "BSD" 5LICENSE = "BSD"
6SRCDATE = "${PV}" 6SRCDATE = "${PV}"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" 9SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
10 10
@@ -19,11 +19,7 @@ EXTRA_OECONF=" --enable-shared --disable-rpath "
19#} 19#}
20 20
21do_stage() { 21do_stage() {
22 oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ 22 autotools_stage_all
23 bindir=${STAGING_BINDIR} \
24 includedir=${STAGING_INCDIR}/tremor \
25 libdir=${STAGING_LIBDIR} \
26 datadir=${STAGING_DATADIR}
27} 23}
28 24
29ARM_INSTRUCTION_SET = "arm" 25ARM_INSTRUCTION_SET = "arm"