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 22:54:39 +0100 |
commit | 6a83546e374b674a58a6d161d655c7e31a3b6da4 (patch) | |
tree | 7a244e163b3d4b2679674a1c41dfcd71b99a6b0c /meta/recipes-devtools/zisofs-tools | |
parent | e00f888a88d0851b088c232dec66418e575a2e90 (diff) | |
download | openembedded-core-6a83546e374b674a58a6d161d655c7e31a3b6da4.tar.gz openembedded-core-6a83546e374b674a58a6d161d655c7e31a3b6da4.tar.bz2 openembedded-core-6a83546e374b674a58a6d161d655c7e31a3b6da4.zip |
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.
Diffstat (limited to 'meta/recipes-devtools/zisofs-tools')
-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 SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3" -DEPENDS = "zlib-native" - inherit native do_install() { |