aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2020-01-21 14:26:11 +0530
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit51272d11594e8609237e0e049b1f97ff95ab7d19 (patch)
treec79a1b405c7fc3c802e266440b68f062c729af9f /meta-networking/recipes-support
parent07949f6f760aa3b9499b199491ac8d57af3d79bb (diff)
downloadmeta-openembedded-51272d11594e8609237e0e049b1f97ff95ab7d19.tar.gz
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@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/ndisc6/ndisc6_git.bb2
1 files changed, 2 insertions, 0 deletions
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"