From patchwork Wed May 11 05:40:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/5] zaurusd: fix a typo in Makefile Date: Wed, 11 May 2011 05:40:20 -0000 From: Nitin A Kamble X-Patchwork-Id: 3727 Message-Id: To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../recipes-bsp/zaurusd/zaurusd/fix_makefile.patch | 19 +++++++++++++++++++ meta/recipes-bsp/zaurusd/zaurusd_svn.bb | 5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 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 0000000..9b28202 --- /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"` + diff --git a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb index 7313560..6f9ed03 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb @@ -6,9 +6,10 @@ DEPENDS = "tslib" RDEPENDS_${PN} = "xrandr" SRCREV = "426" PV = "0.0+svnr${SRCPV}" -PR = "r2" +PR = "r3" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ + file://fix_makefile.patch" S = "${WORKDIR}/${PN}"