summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_1.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_1.10.0.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_1.10.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
index 02c8ab3d..c0ea8290 100644
--- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
+++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
@@ -18,7 +18,7 @@ RRECOMMENDS_${PN} += "kernel-module-openvswitch"
18# rdeps. E.g. ovs-pki calls sed in the postinstall. sed may be 18# rdeps. E.g. ovs-pki calls sed in the postinstall. sed may be
19# queued for install later. 19# queued for install later.
20RDEPENDS_${PN} += "sed gawk grep" 20RDEPENDS_${PN} += "sed gawk grep"
21PR = "r3" 21PR = "r4"
22 22
23SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ 23SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
24 file://openvswitch-switch \ 24 file://openvswitch-switch \
@@ -27,6 +27,7 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
27 file://openvswitch-controller-setup \ 27 file://openvswitch-controller-setup \
28 file://openvswitch-add-target-python-handling.patch \ 28 file://openvswitch-add-target-python-handling.patch \
29 file://openvswitch-add-target-perl-handling.patch \ 29 file://openvswitch-add-target-perl-handling.patch \
30 file://configure-Only-link-against-libpcap-on-FreeBSD.patch \
30 " 31 "
31 32
32SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106" 33SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106"