summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-09-05 17:40:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:42:37 +0100
commitc8ba5f07719a89bbef24b58a797c1c7a154e1462 (patch)
tree1a4a7ea9ff6e4a5a0c71b8cfae1daa98b496fc95 /meta/recipes-core/busybox/busybox.inc
parentd2b17a0db77c5b972a6395a058346731b3301172 (diff)
downloadpoky-c8ba5f07719a89bbef24b58a797c1c7a154e1462.tar.gz
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 ] (From OE-Core rev: 37482e404cf4dcf9360c29986ced8db78baf249b) 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>
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r--meta/recipes-core/busybox/busybox.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 582d87949e..f5d7c3f9c8 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -56,7 +56,7 @@ RDEPENDS:${PN} = "${@["", "busybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_man
56inherit cml1 systemd update-rc.d ptest 56inherit cml1 systemd update-rc.d ptest
57 57
58# busybox's unzip test case needs zip command, which busybox itself does not provide 58# busybox's unzip test case needs zip command, which busybox itself does not provide
59RDEPENDS:${PN}-ptest = "zip coreutils" 59RDEPENDS:${PN}-ptest = "zip"
60 60
61# internal helper 61# internal helper
62def busybox_cfg(feature, tokens, cnf, rem): 62def busybox_cfg(feature, tokens, cnf, rem):