diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-29 15:21:58 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:14 +0100 |
commit | bb860ee98de7b95a9b1f5422656499537473bcde (patch) | |
tree | 12fe67e73992b0b7f2a928f07e09731efe05a777 /meta | |
parent | a5b63551003c3c5299897ea770f61e06e6dc9c5e (diff) | |
download | poky-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>
Diffstat (limited to 'meta')
-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 @@ | |||
1 | DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech." | 1 | DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech." |
2 | HOMEPAGE = "http://www.speex.org" | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
4 | HOMEPAGE = "http://www.speex.org" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \ |
6 | file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3" | ||
5 | DEPENDS = "libogg" | 7 | DEPENDS = "libogg" |
6 | 8 | ||
7 | PR = "r1" | 9 | PR = "r0" |
8 | 10 | ||
9 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz" | 11 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" |
10 | S = "${WORKDIR}/${PN}-1.2beta3" | ||
11 | 12 | ||
12 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "" |
13 | 14 | ||
14 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
15 | 16 | ||
16 | EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ | 17 | EXTRA_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 | ||
20 | PACKAGES += "${PN}-bin" | 21 | PACKAGES += "${PN}-bin" |