summaryrefslogtreecommitdiffstats
path: root/meta/packages/libvorbis
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/libvorbis
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/libvorbis')
-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}