Re: [OE-core] [PATCH] iputils: backport a fix for building on hosts without ip installed

2021-08-04 Thread Martin Jansa
Thanks, I haven't seen your fix before sending mine. Thanks RP: please ignore my version. On Wed, Aug 4, 2021 at 10:25 AM ChenQi wrote: > Hi Martin, > > I met the same problem and sent out a similar patch. > More accurately, the problem is about 'testsdk' and 'testimage' not being > inherited i

Re: [OE-core] [PATCH] iputils: backport a fix for building on hosts without ip installed

2021-08-04 Thread Chen Qi
Hi Martin, I met the same problem and sent out a similar patch. More accurately, the problem is about 'testsdk' and 'testimage' not being inherited in configuration. meta/conf/bitbake.conf:HOSTTOOLS += "${@'ip ping ps scp ssh stty' if (bb.utils.contains_any('IMAGE_CLASSES', 'testimage testsdk

[OE-core] [PATCH] iputils: backport a fix for building on hosts without ip installed

2021-08-04 Thread Martin Jansa
* otherwise fails with: ../git/ping/meson.build:38:0: ERROR: Program or command 'ip' not found or not executable on hosts without ip command Signed-off-by: Martin Jansa --- .../0001-meson-Make-tests-optional.patch | 217 ++ .../iputils/iputils_20210722.bb