diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-05-02 17:15:11 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:18 +0100 |
commit | df85f264ec87ae8a3ab15e1679ae8a175d93dff1 (patch) | |
tree | 19597f0bf9f5c4e853af040a143bfd3a2f13d1c9 /meta/recipes-support | |
parent | 920ca71dc29f638cb3e3b91852e6795e68cd6a31 (diff) | |
download | poky-df85f264ec87ae8a3ab15e1679ae8a175d93dff1.tar.gz |
taglib: upgrade to 1.9.1
- Updated website;
- Updated tarball location;
- Switched to BP variable;
- Improved source dir definition;
(From OE-Core rev: 6c06a67c1a94ebc81f9bbbd71bbb512539eacdaf)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.9.1.bb (renamed from meta/recipes-support/taglib/taglib_1.8.bb) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.8.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb index 7327bc8c84..0ecb4443b2 100644 --- a/meta/recipes-support/taglib/taglib_1.8.bb +++ b/meta/recipes-support/taglib/taglib_1.9.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Library for reading and editing the meta-data of popular audio formats" | 1 | SUMMARY = "Library for reading and editing the meta-data of popular audio formats" |
2 | SECTION = "libs/multimedia" | 2 | SECTION = "libs/multimedia" |
3 | HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html" | 3 | HOMEPAGE = "http://taglib.github.io/" |
4 | LICENSE = "LGPLv2.1 | MPL-1" | 4 | LICENSE = "LGPLv2.1 | MPL-1" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ | 5 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ |
6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | 6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ |
@@ -8,15 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ | |||
8 | 8 | ||
9 | DEPENDS = "zlib" | 9 | DEPENDS = "zlib" |
10 | 10 | ||
11 | PR = "r1" | 11 | SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" |
12 | # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz | 12 | SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" |
13 | SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ | 13 | SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" |
14 | " | ||
15 | 14 | ||
16 | SRC_URI[md5sum] = "dcb8bd1b756f2843e18b1fdf3aaeee15" | 15 | S = "${WORKDIR}/${BP}" |
17 | SRC_URI[sha256sum] = "66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a" | ||
18 | |||
19 | S = "${WORKDIR}/taglib-${PV}" | ||
20 | 16 | ||
21 | inherit cmake pkgconfig binconfig | 17 | inherit cmake pkgconfig binconfig |
22 | 18 | ||