summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox')
-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 62dc839245..4569acd475 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -55,7 +55,7 @@ RDEPENDS:${PN} = "${@["", "busybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_man
55inherit cml1 systemd update-rc.d ptest 55inherit cml1 systemd update-rc.d ptest
56 56
57# busybox's unzip test case needs zip command, which busybox itself does not provide 57# busybox's unzip test case needs zip command, which busybox itself does not provide
58RDEPENDS:${PN}-ptest = "zip" 58RDEPENDS:${PN}-ptest = "zip coreutils"
59 59
60# internal helper 60# internal helper
61def busybox_cfg(feature, tokens, cnf, rem): 61def busybox_cfg(feature, tokens, cnf, rem):