From 6058a34f4f0d907a3a065a0323ca085df690bd9b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 5 Nov 2013 10:15:19 +0000 Subject: zisofs-tools-native: add missing DEPENDS on zlib-native zisofs-tools links against zlib. Fixes [YOCTO #5420]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/zisofs-tools') 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" -- cgit 1.2.3-korg