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.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
new file mode 100644
index 00000000..1ad5d6f4
--- /dev/null
+++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
@@ -0,0 +1,18 @@
1Disable m4 file test where sources are built from git.
2
3Signed-off-by: Amy Fong <amy.fong@windriver.com>
4---
5 Makefile.am | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8--- a/Makefile.am
9+++ b/Makefile.am
10@@ -185,7 +185,7 @@
11 # Makefile in datapath/linux, needed to get the list of files to
12 # distribute, requires GNU make extensions.
13 if GNU_MAKE
14-ALL_LOCAL += dist-hook-git
15+# ALL_LOCAL += dist-hook-git
16 dist-hook-git: distfiles
17 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
18 (cd datapath && $(MAKE) distfiles); \