diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 22:54:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:35 +0100 |
commit | 0906266cd3c71e782837ce80677d9e2e0732715b (patch) | |
tree | 91b437e4c4fdf29983b32c8e7ffce67209c45d08 /meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | |
parent | 397225996446ac91c5623972f2ca5c8b3a17c31e (diff) | |
download | poky-0906266cd3c71e782837ce80677d9e2e0732715b.tar.gz |
Revert "zisofs-tools-native: Add missing dependency on zlib-native"
This reverts commit c581059df88d5801cc20ab24a096e4a67b737d49.
The same thing was already applied at a slightly different place in the file.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb')
-rw-r--r-- | meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 |
1 files changed, 0 insertions, 2 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 fb558ea672..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 | |||
@@ -13,8 +13,6 @@ 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 | |||
18 | inherit native | 16 | inherit native |
19 | 17 | ||
20 | do_install() { | 18 | do_install() { |