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>
This commit is contained in:
Sumit Garg
2020-01-21 14:26:11 +05:30
committed by Khem Raj
parent 07949f6f76
commit 51272d1159
@@ -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"