aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-10 12:44:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-10 12:46:00 +0200
commitf045268c1af242883fa4aa630fa134ef0eaf09ba (patch)
tree30c16f6d7e7db6975bca401d6d483cbdbcbf445a /recipes/freesmartphone
parent262e3bc9fa43221841509f160386f1e0538ba416 (diff)
downloadopenembedded-f045268c1af242883fa4aa630fa134ef0eaf09ba.tar.gz
fsodeviced: fix preinst
* fsodeviced could remove alsa-default dir just after fsodeviced-config installed those files so in the end those files were missing Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index cfd2c0b36f..ed2e288253 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -6,7 +6,7 @@ RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.4+gitr${SRCPV}"
PE = "2"
-PR = "${INC_PR}.21"
+PR = "${INC_PR}.22"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \
@@ -26,7 +26,7 @@ do_install_append() {
install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/
}
-pkg_preinst_${PN} () {
+pkg_preinst_${PN}-config () {
# work-arround for opkg complaining that it cannot replace alsa-default dir (leftover from older fsodeviced) with new alsa-default symlink
rm -rf ${sysconfdir}/freesmartphone/conf/openmoko_gta/alsa-default/
}