From c4d7659dac54c2aa57e63b391d2f74b5ea5b6278 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 10 May 2011 22:19:02 -0700 Subject: web: fix typo in Makefile (From OE-Core rev: 67d76c3bc6918957e1993368f45b1fb9cfd5cf63) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-sato/web/web/fix_makefile.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-sato/web/web/fix_makefile.patch (limited to 'meta/recipes-sato/web/web') diff --git a/meta/recipes-sato/web/web/fix_makefile.patch b/meta/recipes-sato/web/web/fix_makefile.patch new file mode 100644 index 0000000000..3dd3b15928 --- /dev/null +++ b/meta/recipes-sato/web/web/fix_makefile.patch @@ -0,0 +1,20 @@ +Upstream-Status: Pending + +Nitin A Kamble 2011/05/10 +Fix following build error: + +| NOTE: make -j 16 +| Makefile:719: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. +| ERROR: oe_runmake failed + +Index: git/Makefile.am +=================================================================== +--- git.orig/Makefile.am ++++ git/Makefile.am +@@ -5,5 +5,5 @@ SUBDIRS = src data + MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing + + snapshot: +- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` ++ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` + -- cgit v1.2.3-54-g00ecf