All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@linaro.org>
To: openembedded-devel@lists.openembedded.org
Cc: daniel.thompson@linaro.org
Subject: [meta-networking][PATCH v2 4/4] ndisc6: fix coreutils-native tool dependency
Date: Tue, 21 Jan 2020 14:26:11 +0530	[thread overview]
Message-ID: <1579596971-24752-5-git-send-email-sumit.garg@linaro.org> (raw)
In-Reply-To: <1579596971-24752-1-git-send-email-sumit.garg@linaro.org>

coreutils-native tool dependency was implicitly met while building with
source GCC tool-set which isn't the case with external tool-set.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---
 meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
index ec48797..5f86605 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
@@ -15,6 +15,8 @@ SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http \
 
 S = "${WORKDIR}/git"
 
+DEPENDS = "coreutils-native"
+
 inherit autotools gettext
 
 EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
-- 
2.7.4



      parent reply	other threads:[~2020-01-21  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21  8:56 [meta-networking][PATCH v2 0/4] Fix some native tools dependencies Sumit Garg
2020-01-21  8:56 ` [meta-networking][PATCH v2 1/4] drbd-utils: fix flex-native tool dependency Sumit Garg
2020-01-21  8:56 ` [meta-networking][PATCH v2 2/4] unbound: Use HOST_SYS instead of TARGET_PREFIX for libtool Sumit Garg
2020-01-21  8:56 ` [meta-networking][PATCH v2 3/4] dovecot: fix gettext tool dependency Sumit Garg
2020-01-21  8:56 ` Sumit Garg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579596971-24752-5-git-send-email-sumit.garg@linaro.org \
    --to=sumit.garg@linaro.org \
    --cc=daniel.thompson@linaro.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.