diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-02 12:52:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-02 12:54:45 +0100 |
commit | 723c91297d833f989b762c661d05eef6a5e2fe5c (patch) | |
tree | 5bb00ba82d85188279b40d10a78bc0075da17f52 /documentation/bsp-guide | |
parent | 5dcac2b3597dd110e656f56bf37a1b7359e8d240 (diff) | |
download | poky-723c91297d833f989b762c661d05eef6a5e2fe5c.tar.gz |
gettext: Fix sysroot conflict over owner of macros
gettext-minimal-native andgettext-native are trampling over each other's files. This can
be reproduced with:
bitbake gettext-minimal-native
bitbake gettext-native
bitbake gettext-native -c clean
bitbake shadow-native
which will fail since the aclocal gettext macros will have disappeared. This patch
fixes the problem by giving ownership of them to gettext-minimal-native and ensuring
there is a correct dependency on this.
(From OE-Core rev: 5bcb68a232539cf11a30e3b812b2fbd6d7d76e35)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
0 files changed, 0 insertions, 0 deletions