diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-16 15:40:12 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-16 07:25:10 -0400 |
commit | 500e5d2ad58f78d3aa5132081123955b6681bb8c (patch) | |
tree | 0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | |
parent | 97fea33badac9e674365744a559006b70d2e1222 (diff) | |
download | meta-virtualization-500e5d2ad58f78d3aa5132081123955b6681bb8c.tar.gz |
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 <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | 14 |
1 files changed, 10 insertions, 4 deletions
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 @@ | |||
1 | Disable m4 file test where sources are built from git. | 1 | From f675d7209f999ce80cb4249c4ebb216697387b71 Mon Sep 17 00:00:00 2001 |
2 | From: Amy Fong <amy.fong@windriver.com> | ||
3 | Date: Thu, 29 Jan 2015 09:56:03 -0500 | ||
4 | Subject: [PATCH] Disable m4 file test where sources are built from git. | ||
2 | 5 | ||
3 | Signed-off-by: Amy Fong <amy.fong@windriver.com> | 6 | Signed-off-by: Amy Fong <amy.fong@windriver.com> |
7 | |||
4 | --- | 8 | --- |
5 | Makefile.am | 2 +- | 9 | Makefile.am | 2 +- |
6 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
7 | 11 | ||
12 | diff --git a/Makefile.am b/Makefile.am | ||
13 | index ff7d70a..2fc1f13 100644 | ||
8 | --- a/Makefile.am | 14 | --- a/Makefile.am |
9 | +++ b/Makefile.am | 15 | +++ b/Makefile.am |
10 | @@ -185,7 +185,7 @@ | 16 | @@ -189,7 +189,7 @@ CLEAN_LOCAL += clean-pycov |
11 | # Makefile in datapath/linux, needed to get the list of files to | 17 | # Makefile in datapath/linux, needed to get the list of files to |
12 | # distribute, requires GNU make extensions. | 18 | # distribute, requires GNU make extensions. |
13 | if GNU_MAKE | 19 | if GNU_MAKE |
@@ -15,4 +21,4 @@ Signed-off-by: Amy Fong <amy.fong@windriver.com> | |||
15 | +# ALL_LOCAL += dist-hook-git | 21 | +# ALL_LOCAL += dist-hook-git |
16 | dist-hook-git: distfiles | 22 | dist-hook-git: distfiles |
17 | @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ | 23 | @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ |
18 | (cd datapath && $(MAKE) distfiles); \ | 24 | (cd datapath && $(MAKE) distfiles); \ |