diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:53:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:53:00 +0000 |
commit | 4647fc8816714384a10120ecaa06a4715fbcd31c (patch) | |
tree | 40dcb67ff51335f6ebb8b369417dfd1b374d3abc /meta/packages/tremor | |
parent | 4e2e099dd592e6126dc20a25ce71d982a4503424 (diff) | |
download | poky-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/packages/tremor')
-rw-r--r-- | meta/packages/tremor/tremor_20041119.bb | 8 |
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" | |||
4 | DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." | 4 | DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | SRCDATE = "${PV}" | 6 | SRCDATE = "${PV}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" | 9 | SRC_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 | ||
21 | do_stage() { | 21 | do_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 | ||
29 | ARM_INSTRUCTION_SET = "arm" | 25 | ARM_INSTRUCTION_SET = "arm" |