aboutsummaryrefslogtreecommitdiffstats
path: root/packages/file
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2007-07-31 14:14:52 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2007-07-31 14:14:52 +0000
commit0b26f096fa49da14e38beec8df358f901e541536 (patch)
tree58c0e0b34ec26af511185f9babcc9a032222831e /packages/file
parent68b7d2db9896da6c0126f770be127b624c0a52fb (diff)
downloadopenembedded-0b26f096fa49da14e38beec8df358f901e541536.tar.gz
file-native/compress.c needs zlib.h so it must depend on zlib-native
Diffstat (limited to 'packages/file')
-rw-r--r--packages/file/file-native_4.21.bb2
1 files changed, 1 insertions, 1 deletions
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"