summaryrefslogtreecommitdiffstats
path: root/meta/packages/libvorbis/libvorbis_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libvorbis/libvorbis_1.0.1.bb')
-rw-r--r--meta/packages/libvorbis/libvorbis_1.0.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/libvorbis/libvorbis_1.0.1.bb b/meta/packages/libvorbis/libvorbis_1.0.1.bb
index 6dd677a830..4dfd389831 100644
--- a/meta/packages/libvorbis/libvorbis_1.0.1.bb
+++ b/meta/packages/libvorbis/libvorbis_1.0.1.bb
@@ -9,7 +9,7 @@ PR = "r5"
9SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ 9SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \
10 file://m4.patch;patch=1" 10 file://m4.patch;patch=1"
11 11
12inherit autotools pkgconfig 12inherit autotools_stage pkgconfig
13 13
14# vorbisfile.c reveals a problem in the gcc register spilling for the 14# vorbisfile.c reveals a problem in the gcc register spilling for the
15# thumb instruction set... 15# thumb instruction set...
@@ -17,7 +17,3 @@ FULL_OPTIMIZATION_thumb = "-O0"
17 17
18EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ 18EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
19 --with-ogg-includes=${STAGING_INCDIR}" 19 --with-ogg-includes=${STAGING_INCDIR}"
20
21do_stage () {
22 autotools_stage_all
23}