From 2905d87e7e4f11573e9c12ed85ff70e4aefc701f Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 29 Jan 2015 09:56:03 -0500 Subject: Package openvswitch git This revision corresponds to git rev 1667bb34988358aaf1c92d0d21fad4b1c8698780 (based on 2.3.90) Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- .../openvswitch/openvswitch-git/disable_m4_check.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch (limited to 'recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch') 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 @@ +Disable m4 file test where sources are built from git. + +Signed-off-by: Amy Fong +--- + Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/Makefile.am ++++ b/Makefile.am +@@ -185,7 +185,7 @@ + # Makefile in datapath/linux, needed to get the list of files to + # distribute, requires GNU make extensions. + if GNU_MAKE +-ALL_LOCAL += dist-hook-git ++# ALL_LOCAL += dist-hook-git + dist-hook-git: distfiles + @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ + (cd datapath && $(MAKE) distfiles); \ -- cgit v1.2.3-54-g00ecf