diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-04 10:14:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:41:58 +0100 |
commit | 38639bd285d13da5a2aa7da72f404e783bbe6d1a (patch) | |
tree | 4eaccf8d4770a3fa4970fe5ea678f858c8599371 /meta | |
parent | 70c180165f585caa24c1e798af9fdce34d0ab8bd (diff) | |
download | poky-38639bd285d13da5a2aa7da72f404e783bbe6d1a.tar.gz |
taglib: add missing dependency on zlib
* without target zlib it tries to use native one:
| /OE/sysroots/x86_64-linux/usr/lib/libz.so: could not read symbols: File in wrong format
| collect2: error: ld returned 1 exit status
| make[2]: *** [taglib/libtag.so.1.12.0] Error 1
(From OE-Core rev: 663564d14b09073765e2c4657f1e6c94dab6a365)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.8.bb b/meta/recipes-support/taglib/taglib_1.8.bb index 76d2e519d5..4c151b7c2f 100644 --- a/meta/recipes-support/taglib/taglib_1.8.bb +++ b/meta/recipes-support/taglib/taglib_1.8.bb | |||
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ | |||
6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | 6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ |
7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee" | 7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee" |
8 | 8 | ||
9 | DEPENDS = "zlib" | ||
10 | |||
9 | PR = "r1" | 11 | PR = "r1" |
10 | # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz | 12 | # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz |
11 | SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ | 13 | SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ |