diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2009-11-20 18:38:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-21 17:04:37 +0100 |
commit | 94520f4538781ba7b8cfc03552ad6a23d4483c77 (patch) | |
tree | 58f207e34118db3ba2ec07c1fc37b1b2684a0a6f /recipes/mokomaze | |
parent | 8129d082b73f39210025c670b7eccbfef31f9bb7 (diff) |
mokomaze: missing space between SRC_URI entries
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mokomaze')
-rw-r--r-- | recipes/mokomaze/mokomaze_0.5.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb index 8c45e620fe..6fbe415d2e 100644 --- a/recipes/mokomaze/mokomaze_0.5.5.bb +++ b/recipes/mokomaze/mokomaze_0.5.5.bb @@ -14,7 +14,7 @@ PV="0.5.5+git8" SRC_URI="http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz" -SRC_URI_append_shr = "file://fsoraw.patch;patch=1" +SRC_URI_append_shr = " file://fsoraw.patch;patch=1" inherit autotools |