]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
busybox: remove coreutils dependency in busybox-ptest
authorRoss Burton <ross.burton@arm.com>
Tue, 5 Sep 2023 16:40:42 +0000 (17:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Sep 2023 13:42:28 +0000 (14:42 +0100)
commit37482e404cf4dcf9360c29986ced8db78baf249b
tree890f7d8cce77eda8eec8df4ee50ec1aaecf30935
parentfe1c0b9725f88d15ba48b02b5fef01f2cf2e9d78
busybox: remove coreutils dependency in busybox-ptest

A dependency on coreutils was added to busybox-ptest in oe-core 658c5ed
to fix a test failure.

The failure is because one of the start-stop-daemon tests is known to
fail if /bin/false is busybox. Instead of failing, we can check if
/bin/false is a symlink to busybox and skip the test if so.

[ YOCTO #15068 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox/start-stop-false.patch [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.36.1.bb