summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/speex
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/speex')
-rw-r--r--meta/recipes-multimedia/speex/speex_1.2rc1.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
index 73701346a6..faf63b0fae 100644
--- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb
+++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
7 file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3" 7 file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
8DEPENDS = "libogg" 8DEPENDS = "libogg"
9 9
10PR = "r1" 10PR = "r2"
11 11
12SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" 12SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
13 13
@@ -16,12 +16,8 @@ SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f117
16 16
17PARALLEL_MAKE = "" 17PARALLEL_MAKE = ""
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig lib_package
20 20
21EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ 21EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
22 --disable-float-api --disable-vbr \ 22 --disable-float-api --disable-vbr \
23 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest" 23 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
24
25PACKAGES += "${PN}-bin"
26FILES_${PN} = "${libdir}/lib*.so.*"
27FILES_${PN}-bin = "${bindir}"