diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-31 13:29:59 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-07-31 13:29:59 +0000 |
commit | 8edee5fb4c5c31e849bb295b485affbbbac49bda (patch) | |
tree | d6d706588307630388ebc5a8d3564c6ec6b0fca3 /packages | |
parent | 97add98c5737827201ba93855f6f1cbd9dbbf374 (diff) |
-spotted by renaming my host zlib.h to see why bug 2679 happens
-I think it was never spotted before, because all developers have
a host-zlib.h installed
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gettext/gettext-native_0.14.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gettext/gettext-native_0.14.1.bb b/packages/gettext/gettext-native_0.14.1.bb index 6203b1f9d7..efc43ac4d3 100644 --- a/packages/gettext/gettext-native_0.14.1.bb +++ b/packages/gettext/gettext-native_0.14.1.bb @@ -2,6 +2,7 @@ require gettext_${PV}.bb S = "${WORKDIR}/gettext-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" inherit native +DEPENDS = "zlib-native" PROVIDES = "" M4 = "\ |