diff options
-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}" |