summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-22 23:48:05 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-22 23:48:09 -0500
commitbeaa1ea3f7752bce927bb0d881147a6364749240 (patch)
tree671abd32159956da306fcab88797a1a457c36f25 /recipes-networking/openvswitch
parent9dc5fd6367b2fc66766dc86c5283555d14bae778 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch.inc3
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"
14DEPENDS += "bridge-utils openssl python perl" 14DEPENDS += "bridge-utils openssl python perl"
15 15
16RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid coreutils \ 16RDEPENDS_${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"
18RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" 19RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki"
19RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" 20RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen"
20RDEPENDS_${PN}-pki = "${PN}" 21RDEPENDS_${PN}-pki = "${PN}"