From: Stefan Schmidt Date: Tue, 4 May 2010 06:56:50 +0000 (+0200) Subject: matrix-gui_svn.bb: Fix parsing of the recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88eae52b1cd9eefce3903c88e265b9ddac7f670f;p=openembedded.git 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. --- diff --git a/recipes/ti/matrix-gui_svn.bb b/recipes/ti/matrix-gui_svn.bb index fd2f9055a9..794ffbc10a 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