From c237103096530a06fd0991b4335936e509dea76e Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 4 Feb 2013 15:38:05 +0200 Subject: pulseaudio: do not postpone postinstall Since populate-volatile.sh will run everytime the device boots, no need to postpone the postinstall when the rootfs is created. [YOCTO #3840] Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio.inc') diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 2fed4f954c..81573e3100 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -99,12 +99,7 @@ CONFFILES_pulseaudio-server = "\ " pkg_postinst_${PN}-server() { - # can't do this offline - if [ "x$D" != "x" ]; then - exit 1 - fi - - if [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then + if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then ${sysconfdir}/init.d/populate-volatile.sh update fi } -- cgit 1.2.3-korg