diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index bc973a310e..81976696b5 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -32,6 +32,8 @@ CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsodeviced.con do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/ + rm -f ${D}${sysconfdir}/freesmartphone/conf/openmoko_gta/alsa-default + ln -s alsa-2.6.31 ${D}${sysconfdir}/freesmartphone/conf/openmoko_gta/alsa-default } pkg_preinst_${PN} () { |