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.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
index 711a1487..ce1f6501 100644
--- a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
@@ -9,11 +9,11 @@ Signed-off-by: Amy Fong <amy.fong@windriver.com>
9 Makefile.am | 2 +- 9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-) 10 1 file changed, 1 insertion(+), 1 deletion(-)
11 11
12diff --git a/Makefile.am b/Makefile.am 12Index: git/Makefile.am
13index ff7d70a..2fc1f13 100644 13===================================================================
14--- a/Makefile.am 14--- git.orig/Makefile.am
15+++ b/Makefile.am 15+++ git/Makefile.am
16@@ -187,7 +187,7 @@ CLEAN_LOCAL += clean-pycov 16@@ -194,7 +194,7 @@
17 17
18 # If we're checked out from a Git repository, make sure that every 18 # If we're checked out from a Git repository, make sure that every
19 # file that is in Git is distributed. 19 # file that is in Git is distributed.
@@ -21,4 +21,4 @@ index ff7d70a..2fc1f13 100644
21+# ALL_LOCAL += dist-hook-git 21+# ALL_LOCAL += dist-hook-git
22 dist-hook-git: distfiles 22 dist-hook-git: distfiles
23 @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 \
24 (cd datapath && $(MAKE) distfiles); \ 24 (cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \