diff options
author | Mihai Prica <mihai.prica@intel.com> | 2013-07-26 17:00:52 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-07-30 22:57:34 -0400 |
commit | faf6fc48858b8e8fa1e04cf314851511943658d3 (patch) | |
tree | f9260e211a808b1f1d72a34ff04c38ef4a625329 /recipes-networking | |
parent | 8b2a6e65c6abf256e802f728d44a0d05db5ea53b (diff) | |
download | meta-virtualization-faf6fc48858b8e8fa1e04cf314851511943658d3.tar.gz |
openvswitch: Add coreutils runtime dependency
The install and nice programs from coreutils are required by openvswitch.
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb index 2e9506f1..fff597c1 100644 --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "Apache-2" | |||
6 | 6 | ||
7 | DEPENDS += "bridge-utils openssl python perl" | 7 | DEPENDS += "bridge-utils openssl python perl" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid \ | 9 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid coreutils \ |
10 | python perl perl-module-strict ${PN}-switch ${PN}-controller" | 10 | python perl perl-module-strict ${PN}-switch ${PN}-controller" |
11 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" | 11 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" |
12 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" | 12 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" |
@@ -14,7 +14,7 @@ RDEPENDS_${PN}-pki = "${PN}" | |||
14 | RDEPENDS_${PN}-brcompat = "${PN} ${PN}-switch" | 14 | RDEPENDS_${PN}-brcompat = "${PN} ${PN}-switch" |
15 | RRECOMMENDS_${PN} += "kernel-module-openvswitch" | 15 | RRECOMMENDS_${PN} += "kernel-module-openvswitch" |
16 | 16 | ||
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ | 19 | SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ |
20 | file://openvswitch-switch \ | 20 | file://openvswitch-switch \ |