From: Henning Heinold Date: Tue, 31 Jul 2007 14:14:52 +0000 (+0000) Subject: file-native/compress.c needs zlib.h so it must depend on zlib-native X-Git-Tag: Release-2010-05/1~8868^2~64^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b26f096fa49da14e38beec8df358f901e541536;p=openembedded.git file-native/compress.c needs zlib.h so it must depend on zlib-native --- diff --git a/packages/file/file-native_4.21.bb b/packages/file/file-native_4.21.bb index 59535dd518..734891d18d 100644 --- a/packages/file/file-native_4.21.bb +++ b/packages/file/file-native_4.21.bb @@ -1,6 +1,6 @@ require file_${PV}.bb inherit native -DEPENDS = "" +DEPENDS = "zlib-native" PR = "r0" SRC_URI += "file://native-fix.diff;patch=1"