diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-01-25 11:28:37 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-29 10:15:41 -0500 |
commit | b6614e8f58e7a9aa50e7d7c9fad6c6cd5de69ab0 (patch) | |
tree | 3a78365b2d087f932b97d1e7ea9bc707515e360d /recipes-networking/openvswitch | |
parent | 8d0aa86aa403ba818922f44f41e3c7bcc6ea90f1 (diff) | |
download | meta-virtualization-b6614e8f58e7a9aa50e7d7c9fad6c6cd5de69ab0.tar.gz |
openvswitch: uprev to 2.7.3 (latest 2.7.x stable)
Eventually we will have to move to OVS 2.8.x or 2.9.x to support the
version of DPDK in meta-dpdk but before we make a version jump(s)
let's uprev to the latest 2.7.x stable release.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b8dcfbebee9e7dbc74ec5eecc9b45d335d6150c1.patch (renamed from recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b29cb89e9e9fe3119b2e5dd5d4fb79141635b7cc.patch) | 0 | ||||
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b29cb89e9e9fe3119b2e5dd5d4fb79141635b7cc.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b8dcfbebee9e7dbc74ec5eecc9b45d335d6150c1.patch index 47c81dd9..47c81dd9 100644 --- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b29cb89e9e9fe3119b2e5dd5d4fb79141635b7cc.patch +++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-b8dcfbebee9e7dbc74ec5eecc9b45d335d6150c1.patch | |||
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index b4aab355..7898067d 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -12,11 +12,11 @@ RDEPENDS_${PN}-ptest += "\ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "2.7.1+${SRCREV}" | 15 | PV = "2.7.3+${SRCREV}" |
16 | 16 | ||
17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
18 | 18 | ||
19 | SRCREV = "b29cb89e9e9fe3119b2e5dd5d4fb79141635b7cc" | 19 | SRCREV = "b8dcfbebee9e7dbc74ec5eecc9b45d335d6150c1" |
20 | SRC_URI = "file://openvswitch-switch \ | 20 | SRC_URI = "file://openvswitch-switch \ |
21 | file://openvswitch-switch-setup \ | 21 | file://openvswitch-switch-setup \ |
22 | file://openvswitch-testcontroller \ | 22 | file://openvswitch-testcontroller \ |