From: Drew Moseley Date: Thu, 27 Mar 2014 18:18:31 +0000 (-0400) Subject: zisofs-tools-native: Add missing dependency on zlib-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c581059df88d5801cc20ab24a096e4a67b737d49;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git zisofs-tools-native: Add missing dependency on zlib-native Signed-off-by: Drew Moseley Signed-off-by: Richard Purdie --- 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 021c05839c0..fb558ea6728 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 @@ -13,6 +13,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() {