From 500e5d2ad58f78d3aa5132081123955b6681bb8c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 16 Apr 2018 15:40:12 +0800 Subject: openvswitch: refresh patches to fix QA warning Refresh patches with devtool command to fix do_patch warning. Drop CVE-2017-9263.patch since it had been fixed upstream. Signed-off-by: Yi Zhao Signed-off-by: Bruce Ashfield --- .../openvswitch/openvswitch-git/disable_m4_check.patch | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch') diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch index 1ad5d6f4..5c86aacc 100644 --- a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch +++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch @@ -1,13 +1,19 @@ -Disable m4 file test where sources are built from git. +From f675d7209f999ce80cb4249c4ebb216697387b71 Mon Sep 17 00:00:00 2001 +From: Amy Fong +Date: Thu, 29 Jan 2015 09:56:03 -0500 +Subject: [PATCH] Disable m4 file test where sources are built from git. Signed-off-by: Amy Fong + --- - Makefile.am | 2 +- + Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/Makefile.am b/Makefile.am +index ff7d70a..2fc1f13 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -185,7 +185,7 @@ +@@ -189,7 +189,7 @@ CLEAN_LOCAL += clean-pycov # Makefile in datapath/linux, needed to get the list of files to # distribute, requires GNU make extensions. if GNU_MAKE @@ -15,4 +21,4 @@ Signed-off-by: Amy Fong +# ALL_LOCAL += dist-hook-git dist-hook-git: distfiles @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ - (cd datapath && $(MAKE) distfiles); \ + (cd datapath && $(MAKE) distfiles); \ -- cgit v1.2.3-54-g00ecf