From 88eae52b1cd9eefce3903c88e265b9ddac7f670f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 4 May 2010 08:56:50 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/ti/matrix-gui_svn.bb') 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 -- cgit v1.2.3