poky/meta/recipes-core
Richard Purdie 723c91297d 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>
2012-04-02 12:54:45 +01:00
..
2012-03-22 16:47:08 +00:00
2012-03-21 13:03:45 +00:00
2012-03-28 17:04:51 +01:00
2012-03-21 13:03:39 +00:00
2012-03-01 15:51:41 +00:00
2012-03-22 19:18:24 +00:00