* for opkg complaining that it cannot replace alsa-default dir (leftover from older fsodeviced) with new alsa-default symlink
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.0+gitr${SRCPV}"
PE = "2"
-PR = "${INC_PR}.10"
+PR = "${INC_PR}.11"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \
install -d ${D}${sysconfdir}/init.d/
install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/
}
+
+pkg_preinst_${PN} () {
+ # 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/
+}