diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-01-09 00:32:55 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-01-09 00:32:55 +0100 |
commit | 83bbeb2722b8ecc8e4a862ced78a355e478d1829 (patch) | |
tree | e885e5b5cd9a2895fd87e870e24057bf678b9229 /recipes/freesmartphone/fsodeviced_git.bb | |
parent | 220405a05589222ff56d8e09d61c75055d262b40 (diff) |
fsodeviced: fix parsing error and disable accel and rfkill
in om-gta02 config as fsodeviced segfaults with one of
those two enabled.
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone/fsodeviced_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index 69c948f733..640f9d9835 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -27,7 +27,4 @@ do_install_append() { install -m 0644 ${WORKDIR}/fsodeviced.conf ${D}${sysconfdir}/freesmartphone/ } -FILES_${PN} += " - ${sysconfdir}/init.d/fsodeviced \ - ${sysconfdir}/freesmartphone/fsodeviced.conf \ -" +FILES_${PN} += "${sysconfdir}/init.d/fsodeviced ${sysconfdir}/freesmartphone/fsodeviced.conf" |