mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c4d7659dac
commit
da4795cf54
@@ -0,0 +1,19 @@
|
|||||||
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Nitin A Kamble <nitin.a.kamble@intel.com> 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"`
|
||||||
|
|
||||||
@@ -6,9 +6,10 @@ DEPENDS = "tslib"
|
|||||||
RDEPENDS_${PN} = "xrandr"
|
RDEPENDS_${PN} = "xrandr"
|
||||||
SRCREV = "426"
|
SRCREV = "426"
|
||||||
PV = "0.0+svnr${SRCPV}"
|
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}"
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user