diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-10-25 14:39:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 23:03:50 +0000 |
commit | 0cff1018b195f049fe472e1c80daeb7d49459e05 (patch) | |
tree | fd743c34a203a242c69cf612cd17f28dffa8d547 /meta/recipes-multimedia/libsndfile | |
parent | bbbe1c179b651900659b8bd580c75d6c495c4313 (diff) | |
download | poky-0cff1018b195f049fe472e1c80daeb7d49459e05.tar.gz |
libsndfile1: upgrade to version 1.0.25
(From OE-Core rev: 44da39789bcf0554a82586ebc611b49a4665333d)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb (renamed from meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb index 7b8bcaef98..bbe2f1d9ba 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb | |||
@@ -4,12 +4,12 @@ AUTHOR = "Erik de Castro Lopo" | |||
4 | DEPENDS = "sqlite3" | 4 | DEPENDS = "sqlite3" |
5 | SECTION = "libs/multimedia" | 5 | SECTION = "libs/multimedia" |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
7 | PR = "r1" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "8f823c30c1d8d44830db6ab845d6679e" | 11 | SRC_URI[md5sum] = "e2b7bb637e01022c7d20f95f9c3990a2" |
12 | SRC_URI[sha256sum] = "b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4" | 12 | SRC_URI[sha256sum] = "59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" |
15 | 15 | ||