[OE-core] [PATCH] qemu: add gettext to DEPENDS

Chris Patterson cjp256 at gmail.com
Fri May 11 21:21:09 UTC 2018


On Fri, May 11, 2018 at 3:10 PM, Christopher Larson <kergoth at gmail.com> wrote:
> This is not a correct fix. We have a gettext bbclass for a reason.
>

I did look at that prior to doing this.  It was my initial approach,
but inheriting gettext causes qemu build to fail when it modifies the
EXTRA_OECONF options with the nls flag (that qemu doesn't process).
There are quite a few other recipes using gettext-native in their
DEPENDS, and the reason for one over the other isn't quite clear.

In the other thread (v2), Khem requested it only be added
conditionally if the gtk packageconfig flag is enabled.  Do you think
it would be appropriate to check packageconfig flag, then
conditionally inherit, then resolve (scrub) the unsupported configure
flags? Or modify the class such that modifying the OECONF is prevented
to begin with?

Cheers!



More information about the Openembedded-core mailing list