aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/zisofs-tools
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-05 10:15:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-05 22:18:48 +0000
commitec57d68e8e97a78a2944b4002d530070aff6130b (patch)
treed6fe44e3b331e3a26b1ca0e9ef53440a912f80ef /meta/recipes-devtools/zisofs-tools
parent59818a2f9a745cd9cfe4ee32e326d5f5dc100434 (diff)
downloadopenembedded-core-contrib-ec57d68e8e97a78a2944b4002d530070aff6130b.tar.gz
zisofs-tools-native: add missing DEPENDS on zlib-native
zisofs-tools links against zlib. Fixes [YOCTO #5420]. (From OE-Core rev: 6058a34f4f0d907a3a065a0323ca085df690bd9b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/zisofs-tools')
-rw-r--r--meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
index 3907210919..021c05839c 100644
--- a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
+++ b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
@@ -6,6 +6,8 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "zlib-native"
+
SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2"
SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"