From da4795cf540632e2a4fa87579bd1c49c7d7a8be2 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 10 May 2011 22:24:47 -0700 Subject: zaurusd: fix a typo in Makefile (From OE-Core rev: fcc7800834fda37df5a5c2bbd1da712ec8ff12b9) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch (limited to 'meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch') diff --git a/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch b/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch new file mode 100644 index 0000000000..9b28202521 --- /dev/null +++ b/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch @@ -0,0 +1,19 @@ +Upstream-Status: Pending + +Nitin A Kamble 2011/05/10 +Fix following build error: + +| Makefile:716: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. +| ERROR: oe_runmake failed + +Index: zaurusd/Makefile.am +=================================================================== +--- zaurusd.orig/Makefile.am ++++ zaurusd/Makefile.am +@@ -4,5 +4,5 @@ SUBDIRS = apps config scripts + 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