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/kernel_module.patch | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch-git/kernel_module.patch') diff --git a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch index 033cfb8a..c177202f 100644 --- a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch +++ b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch @@ -1,13 +1,19 @@ -Specify install path for kernel module +From adfd2380d71dff1a31efaf63cf7ac97470466ec9 Mon Sep 17 00:00:00 2001 +From: Amy Fong +Date: Thu, 29 Jan 2015 09:56:03 -0500 +Subject: [PATCH] Specify install path for kernel module Signed-off-by: Amy Fong + --- - datapath/linux/Makefile.main.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + datapath/linux/Makefile.main.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) +diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in +index 7d18253..63c520f 100644 --- a/datapath/linux/Makefile.main.in +++ b/datapath/linux/Makefile.main.in -@@ -71,8 +71,8 @@ +@@ -71,8 +71,8 @@ default: $(MAKE) -C $(KSRC) M=$(builddir) modules modules_install: -- cgit v1.2.3-54-g00ecf