summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2007-07-11 19:44:10 +0000
committerTomas Frydrych <tf@openedhand.com>2007-07-11 19:44:10 +0000
commit286615357f923f1670936f3ae5f57fc8caa8bc8c (patch)
tree5b7ad161c1a48aa4cb4542323cfab083640cec02
parent710cd8e5230c11d26365be862acfd8709db51129 (diff)
downloadpoky-286615357f923f1670936f3ae5f57fc8caa8bc8c.tar.gz
removed some utter madness from speex recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2170 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/speex/speex_1.1.7.bb14
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"
3LICENSE = "BSD" 3LICENSE = "BSD"
4HOMEPAGE = "http://www.speex.org" 4HOMEPAGE = "http://www.speex.org"
5DEPENDS = "libogg" 5DEPENDS = "libogg"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "http://downloads.us.xiph.org/releases/speex/${PN}-${PV}.tar.gz" 8SRC_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
19EXTRA_OECONF_append_openmn = " --enable-arm5e-asm --enable-fixed-point" 21EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR}"
20
21do_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
29do_stage() { 23do_stage() {
30 oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR} 24 oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR}