From fcb1791f553081e5267c2d0b7795eab224b4a342 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Dec 2008 01:13:47 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools --- meta/packages/speex/speex_1.1.12+1.2beta3.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/speex') 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" PARALLEL_MAKE = "" -inherit autotools pkgconfig +inherit autotools_stage pkgconfig EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ --disable-float-api --disable-vbr \ --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest" -do_stage() { - autotools_stage_all -} - PACKAGES += "${PN}-bin" FILES_${PN} = "${libdir}/libspeex.so.*" FILES_${PN}-dev += "${libdir}/libspeex.so.*" -- cgit v1.2.3