diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-11-23 10:16:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | 9d2f4b00e1071508535cee8a09ad5d74f2cc6d42 (patch) | |
tree | cf10eef4090534e8a039be0379fb8979dbfe702a /meta | |
parent | f72e95df33a528f7d00c152d55108ac850faf197 (diff) | |
download | poky-9d2f4b00e1071508535cee8a09ad5d74f2cc6d42.tar.gz |
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.
(From OE-Core rev: 223e5c3e1f7cb4001961347c85505d88a52d221f)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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(""): |