diff options
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index f7455d301f..24c15e4aee 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -53,6 +53,9 @@ RDEPENDS_${PN} = "${@["", "busybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_man | |||
53 | 53 | ||
54 | inherit cml1 systemd update-rc.d ptest | 54 | inherit cml1 systemd update-rc.d ptest |
55 | 55 | ||
56 | # busybox's unzip test case needs zip command, which busybox itself does not provide | ||
57 | RDEPENDS_${PN}-ptest = "zip" | ||
58 | |||
56 | # internal helper | 59 | # internal helper |
57 | def busybox_cfg(feature, tokens, cnf, rem): | 60 | def busybox_cfg(feature, tokens, cnf, rem): |
58 | if type(tokens) == type(""): | 61 | if type(tokens) == type(""): |