[oe-commits] [meta-openembedded] 13/13: ndisc6: fix coreutils-native tool dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jan 21 16:03:14 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 8047cd6beff83bf37b94ec86d0fbb35cc1be1647
Author: Sumit Garg <sumit.garg at linaro.org>
AuthorDate: Tue Jan 21 14:26:11 2020 +0530

    ndisc6: fix coreutils-native tool dependency
    
    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 at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list