[oe-commits] Martin Jansa : fsodeviced: make alsa states for 2.6.31 default

git version control git at git.openembedded.org
Fri Jun 25 11:58:38 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9707d105fafd44a399fd19aa99d8ccf733fb3454
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9707d105fafd44a399fd19aa99d8ccf733fb3454

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Apr 21 23:29:18 2010 +0200

fsodeviced: make alsa states for 2.6.31 default

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 bc973a3..8197669 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} () {





More information about the Openembedded-commits mailing list