[oe-commits] Stefan Schmidt : matrix-gui_svn.bb: Fix parsing of the recipe

git version control git at git.openembedded.org
Tue May 4 06:57:59 UTC 2010


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue May  4 08:56:50 2010 +0200

matrix-gui_svn.bb: Fix parsing of the recipe

NOTE: Handling BitBake files: \ (6840/8344) [81 %]ERROR:
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22:
unparsed line: 'do_install(52) {' while parsing
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb
ERROR:
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22:
unparsed line: 'do_install(52) {' while parsing
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb

No idea if TI has anything in-house that makes this work but here it doesn't.

---

 recipes/ti/matrix-gui_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/matrix-gui_svn.bb b/recipes/ti/matrix-gui_svn.bb
index fd2f905..794ffbc 100644
--- a/recipes/ti/matrix-gui_svn.bb
+++ b/recipes/ti/matrix-gui_svn.bb
@@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 99"
 
 inherit qt4e update-rc.d
 
-do_install(52) {
+do_install() {
 	install -d ${D}/${bindir}
 	install -m 0755 ${S}/matrix_gui ${D}/${bindir}
 	install -d ${D}/${datadir}/matrix/html





More information about the Openembedded-commits mailing list