diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2014-03-27 14:18:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:10:36 +0100 |
commit | dd275f46f8586e408655eac899e01d14b56e0919 (patch) | |
tree | c55b25a17232aa78f2f2c98ddc3aa1c3a2398c7e /meta/recipes-devtools | |
parent | 1d832567e029ed784770730e451ee63d02e2fe83 (diff) | |
download | poky-dd275f46f8586e408655eac899e01d14b56e0919.tar.gz |
zisofs-tools-native: Add missing dependency on zlib-native
(From OE-Core rev: c581059df88d5801cc20ab24a096e4a67b737d49)
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 |
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 021c05839c..fb558ea672 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 | |||
13 | SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" | 13 | SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" |
14 | SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3" | 14 | SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3" |
15 | 15 | ||
16 | DEPENDS = "zlib-native" | ||
17 | |||
16 | inherit native | 18 | inherit native |
17 | 19 | ||
18 | do_install() { | 20 | do_install() { |