diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-31 14:14:52 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-31 14:14:52 +0000 |
commit | 0b26f096fa49da14e38beec8df358f901e541536 (patch) | |
tree | 58c0e0b34ec26af511185f9babcc9a032222831e /packages/file/file-native_4.21.bb | |
parent | 68b7d2db9896da6c0126f770be127b624c0a52fb (diff) |
file-native/compress.c needs zlib.h so it must depend on zlib-native
Diffstat (limited to 'packages/file/file-native_4.21.bb')
-rw-r--r-- | packages/file/file-native_4.21.bb | 2 |
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" |