summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2013-04-26 10:47:58 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-04-28 00:14:12 -0400
commit15a0d3432ea8d4441417b689a58aae8a6a7fb860 (patch)
tree24da91024067bfde4388fd3c555bdf8fe805fc97
parent7040db74c375ef55d1b040f53071be29590882de (diff)
downloadmeta-virtualization-dylan.tar.gz
openvswitch: update to version 1.9.0dylan
Update recipe to version 1.9.0. Refer to docs/vswitch_test.sh for a sanity test. This package will not be functional unless the openvswitch kernel module is configured into the kernel. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-networking/openvswitch/openvswitch_1.9.0.bb (renamed from recipes-networking/openvswitch/openvswitch_1.4.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_1.4.3.bb b/recipes-networking/openvswitch/openvswitch_1.9.0.bb
index 67640735..bfaa0046 100644
--- a/recipes-networking/openvswitch/openvswitch_1.4.3.bb
+++ b/recipes-networking/openvswitch/openvswitch_1.9.0.bb
@@ -14,7 +14,7 @@ RDEPENDS_${PN}-pki = "${PN}"
14RDEPENDS_${PN}-brcompat = "${PN} ${PN}-switch" 14RDEPENDS_${PN}-brcompat = "${PN} ${PN}-switch"
15RRECOMMENDS_${PN} += "kernel-module-openvswitch" 15RRECOMMENDS_${PN} += "kernel-module-openvswitch"
16 16
17PR = "r1" 17PR = "r0"
18 18
19SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ 19SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
20 file://openvswitch-switch \ 20 file://openvswitch-switch \
@@ -23,8 +23,8 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
23 file://openvswitch-controller-setup \ 23 file://openvswitch-controller-setup \
24 " 24 "
25 25
26SRC_URI[md5sum] = "66df8e84f579e734aa4a43bc502baffd" 26SRC_URI[md5sum] = "e9004202b0e10c0de9870f19d2044f11"
27SRC_URI[sha256sum] = "be1ae1ecff0ff095d24f552c148dd4d2931d187bbb35b3d9205416a0aca746a8" 27SRC_URI[sha256sum] = "825730db82c7b46a142f057a43345590c299e66704ef7a88d9ed4ffd0c3d6b64"
28LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253" 28LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253"
29 29
30# Don't compile kernel modules by default since it heavily depends on 30# Don't compile kernel modules by default since it heavily depends on