git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3322af9
)
fsodeviced: make alsa states for 2.6.31 default
author
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 21 Apr 2010 21:29:18 +0000
(23:29 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 25 Jun 2010 11:57:08 +0000
(13:57 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/freesmartphone/fsodeviced_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/fsodeviced_git.bb
b/recipes/freesmartphone/fsodeviced_git.bb
index
bc973a3
..
8197669
100644
(file)
--- 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} () {