summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web/makefile-whitespace.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-03 14:13:15 -0700
committerJoshua Lock <josh@linux.intel.com>2011-11-14 18:01:46 -0800
commitc9805a0c3c9dee5373ded793eac45ebe94df038b (patch)
tree64b05dff91b99cd401c571cccc391a618d881492 /meta/recipes-sato/web/web/makefile-whitespace.patch
parent3545f453aa7320dcf0eedb39247735359095cb51 (diff)
downloadpoky-c9805a0c3c9dee5373ded793eac45ebe94df038b.tar.gz
web: switch to git and fix Makefile
The SVN repo is no longer available and we don't have a mirror of the SVN tarball. Further the Makefile in git uses spaces where the Make parser expects tabs. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/web/web/makefile-whitespace.patch')
-rw-r--r--meta/recipes-sato/web/web/makefile-whitespace.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web/makefile-whitespace.patch b/meta/recipes-sato/web/web/makefile-whitespace.patch
new file mode 100644
index 0000000000..544cc9ba66
--- /dev/null
+++ b/meta/recipes-sato/web/web/makefile-whitespace.patch
@@ -0,0 +1,11 @@
1Index: git/Makefile.am
2===================================================================
3--- git.orig/Makefile.am
4+++ git/Makefile.am
5@@ -5,5 +5,5 @@ SUBDIRS = src data
6 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
7
8 snapshot:
9- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
10+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
11