diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-21 23:29:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 13:57:08 +0200 |
commit | 9707d105fafd44a399fd19aa99d8ccf733fb3454 (patch) | |
tree | 9dabead4f25ed7f63335b711837a95fdd7eccc21 /recipes/freesmartphone | |
parent | 3322af9410b6f7daa33d9c45abb0f7175b7688bc (diff) |
fsodeviced: make alsa states for 2.6.31 default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-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} () { |