summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch18
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch (renamed from recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-1667bb34988358aaf1c92d0d21fad4b1c8698780.patch)4
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb7
3 files changed, 5 insertions, 24 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch b/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch
deleted file mode 100644
index 999f2ea7..00000000
--- a/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Remove __DATE__, __TIME__ - error messages on non-reproducible builds
2
3Signed-off-by: Amy Fong <amy.fong@windriver.com>
4---
5 datapath/datapath.c | 2 +-
6 1 files changed, 1 insertions(+), 1 deletions(-)
7
8--- a/datapath/datapath.c
9+++ b/datapath/datapath.c
10@@ -2142,7 +2142,7 @@
11
12 BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb));
13
14- pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
15+ pr_info("Open vSwitch switching datapath %s\n",
16 VERSION);
17
18 err = action_fifos_init();
diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-1667bb34988358aaf1c92d0d21fad4b1c8698780.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch
index 76e312ca..c8ebff14 100644
--- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-1667bb34988358aaf1c92d0d21fad4b1c8698780.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-bb429e09f7783f1ba23ac0682ed9edf424f0cfbb.patch
@@ -9,10 +9,10 @@ Signed-off-by: Radu Patriu <radu.patriu@enea.com>
9 9
10--- a/Makefile.am 10--- a/Makefile.am
11+++ b/Makefile.am 11+++ b/Makefile.am
12@@ -369,3 +369,5 @@ 12@@ -382,3 +382,5 @@
13 include vtep/automake.mk
14 include datapath-windows/automake.mk 13 include datapath-windows/automake.mk
15 include datapath-windows/include/automake.mk 14 include datapath-windows/include/automake.mk
15 include windows/automake.mk
16+include test.mk 16+include test.mk
17+ 17+
18--- /dev/null 18--- /dev/null
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 13d61655..0c918cd9 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -9,19 +9,18 @@ RDEPENDS_${PN}-ptest += "\
9 " 9 "
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12PV = "2.3.90+${SRCREV}" 12PV = "2.4.0+${SRCREV}"
13 13
14FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 14FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
15 15
16SRCREV = "1667bb34988358aaf1c92d0d21fad4b1c8698780" 16SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb"
17SRC_URI += "\ 17SRC_URI += "\
18 git://github.com/openvswitch/ovs.git;protocol=git \ 18 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \
19 file://openvswitch-add-more-target-python-substitutions.patch \ 19 file://openvswitch-add-more-target-python-substitutions.patch \
20 file://openvswitch-add-ptest-${SRCREV}.patch \ 20 file://openvswitch-add-ptest-${SRCREV}.patch \
21 file://run-ptest \ 21 file://run-ptest \
22 file://disable_m4_check.patch \ 22 file://disable_m4_check.patch \
23 file://kernel_module.patch \ 23 file://kernel_module.patch \
24 file://non_reproducible_builds_cleanup.patch \
25 " 24 "
26 25
27LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" 26LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"