From 51272d11594e8609237e0e049b1f97ff95ab7d19 Mon Sep 17 00:00:00 2001 From: Sumit Garg Date: Tue, 21 Jan 2020 14:26:11 +0530 Subject: 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 Signed-off-by: Khem Raj --- 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 ec4879752a..5f866052c6 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" -- cgit v1.2.3-54-g00ecf