mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
openvswitch: Uprev to latest stable version 2.4.0
Uprev to git rev bb429e09f7783f1ba23ac0682ed9edf424f0cfbb (based on 2.4.0) - Remove non_reproducible_builds_cleanup.patch since it have been in the version 2.4.0. Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
33ff94aadc
commit
2f4211f3e9
|
@ -1,18 +0,0 @@
|
||||||
Remove __DATE__, __TIME__ - error messages on non-reproducible builds
|
|
||||||
|
|
||||||
Signed-off-by: Amy Fong <amy.fong@windriver.com>
|
|
||||||
---
|
|
||||||
datapath/datapath.c | 2 +-
|
|
||||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
||||||
|
|
||||||
--- a/datapath/datapath.c
|
|
||||||
+++ b/datapath/datapath.c
|
|
||||||
@@ -2142,7 +2142,7 @@
|
|
||||||
|
|
||||||
BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb));
|
|
||||||
|
|
||||||
- pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
|
|
||||||
+ pr_info("Open vSwitch switching datapath %s\n",
|
|
||||||
VERSION);
|
|
||||||
|
|
||||||
err = action_fifos_init();
|
|
|
@ -9,10 +9,10 @@ Signed-off-by: Radu Patriu <radu.patriu@enea.com>
|
||||||
|
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -369,3 +369,5 @@
|
@@ -382,3 +382,5 @@
|
||||||
include vtep/automake.mk
|
|
||||||
include datapath-windows/automake.mk
|
include datapath-windows/automake.mk
|
||||||
include datapath-windows/include/automake.mk
|
include datapath-windows/include/automake.mk
|
||||||
|
include windows/automake.mk
|
||||||
+include test.mk
|
+include test.mk
|
||||||
+
|
+
|
||||||
--- /dev/null
|
--- /dev/null
|
|
@ -9,19 +9,18 @@ RDEPENDS_${PN}-ptest += "\
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.3.90+${SRCREV}"
|
PV = "2.4.0+${SRCREV}"
|
||||||
|
|
||||||
FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
|
FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
|
||||||
|
|
||||||
SRCREV = "1667bb34988358aaf1c92d0d21fad4b1c8698780"
|
SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb"
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
git://github.com/openvswitch/ovs.git;protocol=git \
|
git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \
|
||||||
file://openvswitch-add-more-target-python-substitutions.patch \
|
file://openvswitch-add-more-target-python-substitutions.patch \
|
||||||
file://openvswitch-add-ptest-${SRCREV}.patch \
|
file://openvswitch-add-ptest-${SRCREV}.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://disable_m4_check.patch \
|
file://disable_m4_check.patch \
|
||||||
file://kernel_module.patch \
|
file://kernel_module.patch \
|
||||||
file://non_reproducible_builds_cleanup.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user