file-native/compress.c needs zlib.h so it must depend on zlib-native
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 31 Jul 2007 14:14:52 +0000 (14:14 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 31 Jul 2007 14:14:52 +0000 (14:14 +0000)
packages/file/file-native_4.21.bb

index 59535dd..734891d 100644 (file)
@@ -1,6 +1,6 @@
 require file_${PV}.bb
 inherit native
-DEPENDS = ""
+DEPENDS = "zlib-native"
 PR = "r0"
 
 SRC_URI += "file://native-fix.diff;patch=1"