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/packages/speex/speex_1.1.12+1.2beta3.bb | |
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/packages/speex/speex_1.1.12+1.2beta3.bb')
-rw-r--r-- | meta/packages/speex/speex_1.1.12+1.2beta3.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta3.bb b/meta/packages/speex/speex_1.1.12+1.2beta3.bb deleted file mode 100644 index d3681a939a..0000000000 --- a/meta/packages/speex/speex_1.1.12+1.2beta3.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech." | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "BSD" | ||
4 | HOMEPAGE = "http://www.speex.org" | ||
5 | DEPENDS = "libogg" | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz" | ||
10 | S = "${WORKDIR}/${PN}-1.2beta3" | ||
11 | |||
12 | PARALLEL_MAKE = "" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ | ||
17 | --disable-float-api --disable-vbr \ | ||
18 | --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest" | ||
19 | |||
20 | PACKAGES += "${PN}-bin" | ||
21 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
22 | FILES_${PN}-dev += "${libdir}/lib*.so.*" | ||
23 | FILES_${PN}-bin = "${bindir}" | ||