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 /meta/recipes-bsp/zaurusd/zaurusd_svn.bb | |
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>
Diffstat (limited to 'meta/recipes-bsp/zaurusd/zaurusd_svn.bb')
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 | ||