From 286615357f923f1670936f3ae5f57fc8caa8bc8c Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Wed, 11 Jul 2007 19:44:10 +0000 Subject: removed some utter madness from speex recipe git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2170 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/speex/speex_1.1.7.bb | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'meta') diff --git a/meta/packages/speex/speex_1.1.7.bb b/meta/packages/speex/speex_1.1.7.bb index 4757e275be..624f76287c 100644 --- a/meta/packages/speex/speex_1.1.7.bb +++ b/meta/packages/speex/speex_1.1.7.bb @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "BSD" HOMEPAGE = "http://www.speex.org" DEPENDS = "libogg" -PR = "r0" +PR = "r1" SRC_URI = "http://downloads.us.xiph.org/releases/speex/${PN}-${PV}.tar.gz" @@ -15,16 +15,10 @@ inherit autotools # --enable-arm5e-asm # --enable-fixed-point # +# NB: the arm assembly is currently broken :( +# -EXTRA_OECONF_append_openmn = " --enable-arm5e-asm --enable-fixed-point" - -do_configure_append() { - sed -i s/"^OGG_CFLAGS.*$"/"OGG_CFLAGS = "/g Makefile */Makefile */*/Makefile - sed -i s/"^OGG_LIBS.*$"/"OGG_LIBS = -logg"/g Makefile */Makefile */*/Makefile - perl -pi -e 's:^includedir.*$:includedir = ${STAGING_INCDIR}:g' Makefile */Makefile */*/Makefile - perl -pi -e 's:^oldincludedir.*$:includedir = ${STAGING_INCDIR}:g' Makefile */Makefile */*/Makefile - perl -pi -e 's:\s*-I/usr/include$::g' Makefile */Makefile */*/Makefile -} +EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR}" do_stage() { oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR} -- cgit v1.2.3-54-g00ecf