[oe-commits] [openembedded-core] 16/21: busybox: add zip to RDEPENDS of ptest package

git at git.openembedded.org git at git.openembedded.org
Fri Nov 23 11:21:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e3d3b0c689d0b4274877c488a501a4bb5c4d8447
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Nov 23 10:16:26 2018 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index f7455d3..24c15e4 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(""):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list