diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-10 22:24:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 17:14:25 +0100 |
commit | da4795cf540632e2a4fa87579bd1c49c7d7a8be2 (patch) | |
tree | 38aa21e7c66c9de5f456a645b630adca403ca308 | |
parent | c4d7659dac54c2aa57e63b391d2f74b5ea5b6278 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch | 19 | ||||
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_svn.bb | 5 |
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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10 | ||
4 | Fix following build error: | ||
5 | |||
6 | | Makefile:716: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. | ||
7 | | ERROR: oe_runmake failed | ||
8 | |||
9 | Index: 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" | |||
6 | RDEPENDS_${PN} = "xrandr" | 6 | RDEPENDS_${PN} = "xrandr" |
7 | SRCREV = "426" | 7 | SRCREV = "426" |
8 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.0+svnr${SRCPV}" |
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ |
12 | file://fix_makefile.patch" | ||
12 | 13 | ||
13 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${PN}" |
14 | 15 | ||