summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch')
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch14
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 @@
1Disable m4 file test where sources are built from git. 1From f675d7209f999ce80cb4249c4ebb216697387b71 Mon Sep 17 00:00:00 2001
2From: Amy Fong <amy.fong@windriver.com>
3Date: Thu, 29 Jan 2015 09:56:03 -0500
4Subject: [PATCH] Disable m4 file test where sources are built from git.
2 5
3Signed-off-by: Amy Fong <amy.fong@windriver.com> 6Signed-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
12diff --git a/Makefile.am b/Makefile.am
13index 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); \