matrix-gui_svn.bb: Fix parsing of the recipe
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 4 May 2010 06:56:50 +0000 (08:56 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 4 May 2010 06:56:50 +0000 (08:56 +0200)
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

index fd2f905..794ffbc 100644 (file)
@@ -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