[oe-commits] Frans Meulenbroeks : barebox_git.bb: added missing quote

git version control git at git.openembedded.org
Thu Oct 7 20:50:45 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Oct  7 22:48:44 2010 +0200

barebox_git.bb: added missing quote

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/barebox/barebox_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/barebox/barebox_git.bb b/recipes/barebox/barebox_git.bb
index aab05ae..f028b4b 100644
--- a/recipes/barebox/barebox_git.bb
+++ b/recipes/barebox/barebox_git.bb
@@ -3,7 +3,7 @@ require barebox.inc
 SRCREV = "eed255609dc6b657599c09b2b02aadc20ea54882"
 PR = "r0"
 PV = "2010.04"
-PR_append = "+gitr${SRCREV}
+PR_append = "+gitr${SRCREV}"
 
 SRC_URI = "git://git.pengutronix.de/git/barebox.git;protocol=git \
 	   file://defconfig"





More information about the Openembedded-commits mailing list