diff options
-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" |