summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"