[oe-commits] David Lanzendörfer : mokomaze: missing space between SRC_URI entries

git version control git at git.openembedded.org
Sat Nov 21 16:05:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 94520f4538781ba7b8cfc03552ad6a23d4483c77
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=94520f4538781ba7b8cfc03552ad6a23d4483c77

Author: David Lanzendörfer <david.lanzendoerfer at o2s.ch>
Date:   Fri Nov 20 18:38:49 2009 +0000

mokomaze: missing space between SRC_URI entries

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 8c45e62..6fbe415 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
 





More information about the Openembedded-commits mailing list