[OE-core] [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native

Paul Eggleton paul.eggleton at linux.intel.com
Tue Nov 5 10:15:19 UTC 2013


zisofs-tools links against zlib.

Fixes [YOCTO #5420].

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 ++
 1 file changed, 2 insertions(+)

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 1501307..02accf6 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
@@ -7,6 +7,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"
-- 
1.8.1.2




More information about the Openembedded-core mailing list