summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-29 15:21:58 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:14 +0100
commitbb860ee98de7b95a9b1f5422656499537473bcde (patch)
tree12fe67e73992b0b7f2a928f07e09731efe05a777
parenta5b63551003c3c5299897ea770f61e06e6dc9c5e (diff)
downloadpoky-bb860ee98de7b95a9b1f5422656499537473bcde.tar.gz
speex: Upgraded to version 1.2rc1
Remove ${S} since it is not needed in new version recipe file Adding LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r--meta/packages/speex/speex_1.2rc1.bb (renamed from meta/packages/speex/speex_1.1.12+1.2beta3.bb)11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta3.bb b/meta/packages/speex/speex_1.2rc1.bb
index d3681a939a..6f1b133f24 100644
--- a/meta/packages/speex/speex_1.1.12+1.2beta3.bb
+++ b/meta/packages/speex/speex_1.2rc1.bb
@@ -1,20 +1,21 @@
1DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech." 1DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
2HOMEPAGE = "http://www.speex.org"
2SECTION = "libs" 3SECTION = "libs"
3LICENSE = "BSD" 4LICENSE = "BSD"
4HOMEPAGE = "http://www.speex.org" 5LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
6 file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
5DEPENDS = "libogg" 7DEPENDS = "libogg"
6 8
7PR = "r1" 9PR = "r0"
8 10
9SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz" 11SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
10S = "${WORKDIR}/${PN}-1.2beta3"
11 12
12PARALLEL_MAKE = "" 13PARALLEL_MAKE = ""
13 14
14inherit autotools pkgconfig 15inherit autotools pkgconfig
15 16
16EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ 17EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
17 --disable-float-api --disable-vbr \ 18 --disable-float-api --disable-vbr \
18 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest" 19 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
19 20
20PACKAGES += "${PN}-bin" 21PACKAGES += "${PN}-bin"