[OE-core] [PATCH] zisofs-tools-native: Add missing dependency on zlib-native

Drew Moseley drew_moseley at mentor.com
Thu Mar 27 18:18:31 UTC 2014


Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
---
 .../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..5ea2bfb 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
@@ -12,6 +12,8 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${P
 SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"
 SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3"
 
+DEPENDS = "zlib-native"
+
 inherit native
 
 do_install() {
-- 
1.7.9.5




More information about the Openembedded-core mailing list