diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-01-29 09:56:03 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-03 14:10:55 -0500 |
commit | 2905d87e7e4f11573e9c12ed85ff70e4aefc701f (patch) | |
tree | bcb2033089912d510b6e1f4d00b1a30e8973aca3 /recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | |
parent | b327673b51002ac95a32b104a6029218984a3184 (diff) | |
download | meta-virtualization-2905d87e7e4f11573e9c12ed85ff70e4aefc701f.tar.gz |
Package openvswitch git
This revision corresponds to git rev 1667bb34988358aaf1c92d0d21fad4b1c8698780
(based on 2.3.90)
Signed-off-by: Amy Fong <amy.fong@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 | 18 |
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 @@ | |||
1 | Disable m4 file test where sources are built from git. | ||
2 | |||
3 | Signed-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); \ | ||