diff options
| author | Sumit Garg <sumit.garg@linaro.org> | 2020-01-21 14:26:11 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 51272d11594e8609237e0e049b1f97ff95ab7d19 (patch) | |
| tree | c79a1b405c7fc3c802e266440b68f062c729af9f | |
| parent | 07949f6f760aa3b9499b199491ac8d57af3d79bb (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 |
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 \ | |||
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | DEPENDS = "coreutils-native" | ||
| 19 | |||
| 18 | inherit autotools gettext | 20 | inherit autotools gettext |
| 19 | 21 | ||
| 20 | EXTRA_OECONF += "PERL=${USRBINPATH}/perl" | 22 | EXTRA_OECONF += "PERL=${USRBINPATH}/perl" |
