summaryrefslogtreecommitdiffstats
path: root/meta/packages/speex
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/speex
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/speex')
-rw-r--r--meta/packages/speex/speex_1.1.12+1.2beta3.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta3.bb b/meta/packages/speex/speex_1.1.12+1.2beta3.bb
index f1445100b4..446694f55d 100644
--- a/meta/packages/speex/speex_1.1.12+1.2beta3.bb
+++ b/meta/packages/speex/speex_1.1.12+1.2beta3.bb
@@ -9,16 +9,12 @@ S = "${WORKDIR}/${PN}-1.2beta3"
9 9
10PARALLEL_MAKE = "" 10PARALLEL_MAKE = ""
11 11
12inherit autotools pkgconfig 12inherit autotools_stage pkgconfig
13 13
14EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ 14EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
15 --disable-float-api --disable-vbr \ 15 --disable-float-api --disable-vbr \
16 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest" 16 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
17 17
18do_stage() {
19 autotools_stage_all
20}
21
22PACKAGES += "${PN}-bin" 18PACKAGES += "${PN}-bin"
23FILES_${PN} = "${libdir}/libspeex.so.*" 19FILES_${PN} = "${libdir}/libspeex.so.*"
24FILES_${PN}-dev += "${libdir}/libspeex.so.*" 20FILES_${PN}-dev += "${libdir}/libspeex.so.*"