From 223e5c3e1f7cb4001961347c85505d88a52d221f Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 23 Nov 2018 10:16:26 +0800 Subject: busybox: add zip to RDEPENDS of ptest package busybox's unzip test case requires zip command. However, busybox itself does not provide one. So add zip as a runtime dependency. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core') 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 inherit cml1 systemd update-rc.d ptest +# busybox's unzip test case needs zip command, which busybox itself does not provide +RDEPENDS_${PN}-ptest = "zip" + # internal helper def busybox_cfg(feature, tokens, cnf, rem): if type(tokens) == type(""): -- cgit 1.2.3-korg