diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-04 08:56:50 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-04 08:56:50 +0200 |
commit | 88eae52b1cd9eefce3903c88e265b9ddac7f670f (patch) | |
tree | 128cc9fc341141093e43753f0202b76d51c32920 /recipes/ti/matrix-gui_svn.bb | |
parent | 7d2d7e0e9f6492aaadf0d6be26e7663e3310b5c9 (diff) |
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.
Diffstat (limited to 'recipes/ti/matrix-gui_svn.bb')
-rw-r--r-- | 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 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 |