diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-22 23:48:05 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-22 23:48:09 -0500 |
| commit | beaa1ea3f7752bce927bb0d881147a6364749240 (patch) | |
| tree | 671abd32159956da306fcab88797a1a457c36f25 | |
| parent | 9dc5fd6367b2fc66766dc86c5283555d14bae778 (diff) | |
| download | meta-virtualization-beaa1ea3f7752bce927bb0d881147a6364749240.tar.gz | |
openvswitch: add bash rdepends
Fix the following QA warning:
WARNING: QA Issue: openvswitch requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc index ed979200..58c83528 100644 --- a/recipes-networking/openvswitch/openvswitch.inc +++ b/recipes-networking/openvswitch/openvswitch.inc | |||
| @@ -14,7 +14,8 @@ LICENSE = "Apache-2" | |||
| 14 | DEPENDS += "bridge-utils openssl python perl" | 14 | DEPENDS += "bridge-utils openssl python perl" |
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid coreutils \ | 16 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid coreutils \ |
| 17 | python perl perl-module-strict ${PN}-switch ${PN}-controller" | 17 | python perl perl-module-strict ${PN}-switch ${PN}-controller \ |
| 18 | bash" | ||
| 18 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" | 19 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" |
| 19 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" | 20 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" |
| 20 | RDEPENDS_${PN}-pki = "${PN}" | 21 | RDEPENDS_${PN}-pki = "${PN}" |
