]> code.ossystems Code Review - openembedded-core.git/commitdiff
taglib: add missing dependency on zlib
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 4 Jul 2013 08:14:48 +0000 (10:14 +0200)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 14:56:13 +0000 (07:56 -0700)
* 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/taglib/taglib_1.8.bb

index 76d2e519d5034335bf17bbed42bf8c5e2a286e3a..4c151b7c2f3dcccd1741580146b4e4bbebb4f9d7 100644 (file)
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \
                     file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee"
 
+DEPENDS = "zlib"
+
 PR = "r1"
 # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz
 SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \