diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-16 14:16:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:24 -0800 |
commit | 21f7117ad012599a3cbf451af2f7ab3803234799 (patch) | |
tree | 151570fe0fd9770a7d2c3ba5eeec23a4e69e6fe0 | |
parent | 494afcb2fe79681b6cbca991a2aafe1801cba31a (diff) | |
download | poky-21f7117ad012599a3cbf451af2f7ab3803234799.tar.gz |
taglib: Upgraded to version 1.6.3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-support/taglib/taglib-1.6.3/configuretweak.patch (renamed from meta/recipes-support/taglib/taglib-1.6.1/configuretweak.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch (renamed from meta/recipes-support/taglib/taglib-1.6.1/nolibtool.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.6.3.bb (renamed from meta/recipes-support/taglib/taglib_1.6.1.bb) | 8 |
3 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-support/taglib/taglib-1.6.1/configuretweak.patch b/meta/recipes-support/taglib/taglib-1.6.3/configuretweak.patch index 07eb6d754c..07eb6d754c 100644 --- a/meta/recipes-support/taglib/taglib-1.6.1/configuretweak.patch +++ b/meta/recipes-support/taglib/taglib-1.6.3/configuretweak.patch | |||
diff --git a/meta/recipes-support/taglib/taglib-1.6.1/nolibtool.patch b/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch index b072cbcacb..b072cbcacb 100644 --- a/meta/recipes-support/taglib/taglib-1.6.1/nolibtool.patch +++ b/meta/recipes-support/taglib/taglib-1.6.3/nolibtool.patch | |||
diff --git a/meta/recipes-support/taglib/taglib_1.6.1.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index f1a87368a7..014c34886c 100644 --- a/meta/recipes-support/taglib/taglib_1.6.1.bb +++ b/meta/recipes-support/taglib/taglib_1.6.3.bb | |||
@@ -1,8 +1,12 @@ | |||
1 | DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats" | 1 | DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats" |
2 | SECTION = "libs/multimedia" | 2 | SECTION = "libs/multimedia" |
3 | HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" | 3 | HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPLv2.1 | MPLv1.1" |
5 | PR = "r3" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ |
6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | ||
7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" | ||
8 | |||
9 | PR = "r0" | ||
6 | 10 | ||
7 | SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \ | 11 | SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \ |
8 | file://configuretweak.patch;patch=1 \ | 12 | file://configuretweak.patch;patch=1 \ |