diff options
-rw-r--r-- | meta/packages/speex/speex_1.1.7.bb | 14 |
1 files changed, 4 insertions, 10 deletions
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" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | HOMEPAGE = "http://www.speex.org" | 4 | HOMEPAGE = "http://www.speex.org" |
5 | DEPENDS = "libogg" | 5 | DEPENDS = "libogg" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/${PN}-${PV}.tar.gz" |
9 | 9 | ||
@@ -15,16 +15,10 @@ inherit autotools | |||
15 | # --enable-arm5e-asm | 15 | # --enable-arm5e-asm |
16 | # --enable-fixed-point | 16 | # --enable-fixed-point |
17 | # | 17 | # |
18 | # NB: the arm assembly is currently broken :( | ||
19 | # | ||
18 | 20 | ||
19 | EXTRA_OECONF_append_openmn = " --enable-arm5e-asm --enable-fixed-point" | 21 | EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR}" |
20 | |||
21 | do_configure_append() { | ||
22 | sed -i s/"^OGG_CFLAGS.*$"/"OGG_CFLAGS = "/g Makefile */Makefile */*/Makefile | ||
23 | sed -i s/"^OGG_LIBS.*$"/"OGG_LIBS = -logg"/g Makefile */Makefile */*/Makefile | ||
24 | perl -pi -e 's:^includedir.*$:includedir = ${STAGING_INCDIR}:g' Makefile */Makefile */*/Makefile | ||
25 | perl -pi -e 's:^oldincludedir.*$:includedir = ${STAGING_INCDIR}:g' Makefile */Makefile */*/Makefile | ||
26 | perl -pi -e 's:\s*-I/usr/include$::g' Makefile */Makefile */*/Makefile | ||
27 | } | ||
28 | 22 | ||
29 | do_stage() { | 23 | do_stage() { |
30 | oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR} | 24 | oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR} |