From: Martin Jansa Date: Wed, 21 Apr 2010 21:29:18 +0000 (+0200) Subject: fsodeviced: make alsa states for 2.6.31 default X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9707d105fafd44a399fd19aa99d8ccf733fb3454;p=openembedded.git fsodeviced: make alsa states for 2.6.31 default Signed-off-by: Martin Jansa --- 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} () {