From: Chen Qi Date: Fri, 23 Nov 2018 02:16:26 +0000 (+0800) Subject: busybox: add zip to RDEPENDS of ptest package X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223e5c3e1f7cb4001961347c85505d88a52d221f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index f7455d301f9..24c15e4aeed 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(""):