From 9707d105fafd44a399fd19aa99d8ccf733fb3454 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 21 Apr 2010 23:29:18 +0200 Subject: fsodeviced: make alsa states for 2.6.31 default Signed-off-by: Martin Jansa --- recipes/freesmartphone/fsodeviced_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/freesmartphone') 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} () { -- cgit 1.2.3-korg