[OE-core] [PATCH] core: recipes: fix some native tools dependencies

Alexander Kanavin alex.kanavin at gmail.com
Fri Jan 17 10:37:26 UTC 2020


On Fri, 17 Jan 2020 at 07:59, Sumit Garg <sumit.garg at linaro.org> wrote:

>
> --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc
> +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org/"
>  BUGTRACKER = "https://bugs.freedesktop.org"
>  SECTION = "x11/apps"
>  LICENSE = "MIT-X"
> -DEPENDS = "util-macros-native virtual/libx11"
> +DEPENDS = "util-macros-native virtual/libx11 gettext-native"
>

Would 'inherit gettext' do the trick here? Depending on full gettext is
undesired as it is slow to build; we ship a minimal gettext to mitigate
that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200117/6bcc5fe0/attachment.html>


More information about the Openembedded-core mailing list