mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 17:38:20 +00:00
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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user