summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils/iputils_20210722.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-08-03 01:11:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 20:45:41 +0100
commit866d0756d0cfec78d88037ba6c71ec58af9b215f (patch)
treee5d21ba8051d0333a1845cbbe925e051d3d38f7b /meta/recipes-extended/iputils/iputils_20210722.bb
parentb8da5a7c22594618f62cb4de2519e611841f47b7 (diff)
downloadpoky-866d0756d0cfec78d88037ba6c71ec58af9b215f.tar.gz
iputils: fix do_configure failure of missing ip command
If 'testimage' and 'testsdk' are not inherited, the 'ip' comamnd will not be in HOSTTOOLS. This results in do_configure failure of iputils. Backport a patch and skipping building tests to fix the problem. (From OE-Core rev: 99cbd4eb95599abdceb7cbb228ff7e74a6a29a09) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iputils/iputils_20210722.bb')
-rw-r--r--meta/recipes-extended/iputils/iputils_20210722.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20210722.bb b/meta/recipes-extended/iputils/iputils_20210722.bb
index c2a5bf44ea..2e8d9032e4 100644
--- a/meta/recipes-extended/iputils/iputils_20210722.bb
+++ b/meta/recipes-extended/iputils/iputils_20210722.bb
@@ -12,6 +12,7 @@ DEPENDS = "gnutls"
12 12
13SRC_URI = "git://github.com/iputils/iputils \ 13SRC_URI = "git://github.com/iputils/iputils \
14 file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \ 14 file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \
15 file://0001-meson-Make-tests-optional.patch \
15 " 16 "
16SRCREV = "71bb2a6c72e9f658e90ac618c73d873a76bbaa81" 17SRCREV = "71bb2a6c72e9f658e90ac618c73d873a76bbaa81"
17 18
@@ -38,7 +39,7 @@ PACKAGECONFIG[docs] = "-DBUILD_HTML_MANS=true -DBUILD_MANS=true,-DBUILD_HTML_MAN
38 39
39inherit meson systemd update-alternatives 40inherit meson systemd update-alternatives
40 41
41EXTRA_OEMESON += "--prefix=${root_prefix}/" 42EXTRA_OEMESON += "--prefix=${root_prefix}/ -DSKIP_TESTS=true"
42 43
43ALTERNATIVE_PRIORITY = "100" 44ALTERNATIVE_PRIORITY = "100"
44 45