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

Sumit Garg sumit.garg at linaro.org
Fri Jan 17 11:03:48 UTC 2020


On Fri, 17 Jan 2020 at 16:07, Alexander Kanavin <alex.kanavin at gmail.com> wrote:
>
> 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.

Yes 'inherit gettext' does the trick. Will use it instead.

-Sumit


More information about the Openembedded-core mailing list