[oe] [meta-networking][PATCH v2 0/4] Fix some native tools dependencies

Sumit Garg sumit.garg at linaro.org
Tue Jan 21 08:56:07 UTC 2020


Some native tools dependency issues were seen while building with
external GCC tool-set rather than source GCC tool-set. While building
with source tool-set these dependencies were implicitly met which is not
the case with external tool-set. So explicitly state these native tools
dependencies.

Use HOST_SYS instead of TARGET_PREFIX for libtool in unbound recipe as
TARGET_PREFIX may vary from source GCC tool-set to external GCC tool-set.

Changes in v2:
- Split into recipe specific patches.
- Add native tools dependency fixes for dovecot and ndisc6 recipes.

Sumit Garg (4):
  drbd-utils: fix flex-native tool dependency
  unbound: Use HOST_SYS instead of TARGET_PREFIX for libtool
  dovecot: fix gettext tool dependency
  ndisc6: fix coreutils-native tool dependency

 meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb | 2 +-
 meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb   | 2 ++
 meta-networking/recipes-support/ndisc6/ndisc6_git.bb        | 2 ++
 meta-networking/recipes-support/unbound/unbound_1.9.4.bb    | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.7.4



More information about the Openembedded-devel mailing list