]> code.ossystems Code Review - openembedded-core.git/commitdiff
speex: Upgraded to version 1.2rc1
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 29 Jun 2010 07:21:58 +0000 (15:21 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:14 +0000 (13:19 +0100)
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>
meta/packages/speex/speex_1.2rc1.bb [moved from meta/packages/speex/speex_1.1.12+1.2beta3.bb with 69% similarity]

similarity index 69%
rename from meta/packages/speex/speex_1.1.12+1.2beta3.bb
rename to meta/packages/speex/speex_1.2rc1.bb
index d3681a939a9a228176f80d15d17f03e66a57a4d8..6f1b133f242fe57e06eea8f31c7de75832172955 100644 (file)
@@ -1,20 +1,21 @@
 DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
+HOMEPAGE = "http://www.speex.org"
 SECTION = "libs"
 LICENSE = "BSD"
-HOMEPAGE = "http://www.speex.org"
+LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
+                    file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
 DEPENDS = "libogg"
 
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz"
-S = "${WORKDIR}/${PN}-1.2beta3"
+SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
 
 PARALLEL_MAKE = ""
 
 inherit autotools pkgconfig
 
 EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
-                --disable-float-api --disable-vbr \
+                 --disable-float-api --disable-vbr \
                  --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
 
 PACKAGES += "${PN}-bin"