diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-05 10:15:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-05 22:18:48 +0000 |
commit | ec57d68e8e97a78a2944b4002d530070aff6130b (patch) | |
tree | d6fe44e3b331e3a26b1ca0e9ef53440a912f80ef /meta/recipes-devtools | |
parent | 59818a2f9a745cd9cfe4ee32e326d5f5dc100434 (diff) | |
download | poky-ec57d68e8e97a78a2944b4002d530070aff6130b.tar.gz |
zisofs-tools-native: add missing DEPENDS on zlib-native
zisofs-tools links against zlib.
Fixes [YOCTO #5420].
(From OE-Core rev: 6058a34f4f0d907a3a065a0323ca085df690bd9b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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 3907210919..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 | |||
@@ -6,6 +6,8 @@ SECTION = "console/utils" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | 8 | ||
9 | DEPENDS = "zlib-native" | ||
10 | |||
9 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2" | 11 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2" |
10 | 12 | ||
11 | SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" | 13 | SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" |