summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-10 22:24:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 17:14:25 +0100
commitda4795cf540632e2a4fa87579bd1c49c7d7a8be2 (patch)
tree38aa21e7c66c9de5f456a645b630adca403ca308 /meta/recipes-bsp
parentc4d7659dac54c2aa57e63b391d2f74b5ea5b6278 (diff)
downloadpoky-da4795cf540632e2a4fa87579bd1c49c7d7a8be2.tar.gz
zaurusd: fix a typo in Makefile
(From OE-Core rev: fcc7800834fda37df5a5c2bbd1da712ec8ff12b9) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch19
-rw-r--r--meta/recipes-bsp/zaurusd/zaurusd_svn.bb5
2 files changed, 22 insertions, 2 deletions
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 @@
1Upstream-Status: Pending
2
3Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10
4Fix following build error:
5
6| Makefile:716: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
7| ERROR: oe_runmake failed
8
9Index: zaurusd/Makefile.am
10===================================================================
11--- zaurusd.orig/Makefile.am
12+++ zaurusd/Makefile.am
13@@ -4,5 +4,5 @@ SUBDIRS = apps config scripts
14 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
15
16 snapshot:
17- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
18+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
19
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb
index 7313560e90..6f9ed033fb 100644
--- a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb
+++ b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb
@@ -6,9 +6,10 @@ DEPENDS = "tslib"
6RDEPENDS_${PN} = "xrandr" 6RDEPENDS_${PN} = "xrandr"
7SRCREV = "426" 7SRCREV = "426"
8PV = "0.0+svnr${SRCPV}" 8PV = "0.0+svnr${SRCPV}"
9PR = "r2" 9PR = "r3"
10 10
11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" 11SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
12 file://fix_makefile.patch"
12 13
13S = "${WORKDIR}/${PN}" 14S = "${WORKDIR}/${PN}"
14 15