r2206 - trunk/oe/packages/pulseaudio

mickey at sita.openmoko.org mickey at sita.openmoko.org
Sun Jun 10 12:38:25 CEST 2007


Author: mickey
Date: 2007-06-10 12:38:21 +0200 (Sun, 10 Jun 2007)
New Revision: 2206

Modified:
   trunk/oe/packages/pulseaudio/pulseaudio_0.9.6.bb
Log:
oe/pulseaudio: add/remove user in libpulse. fix TARGET_FPU assignment


Modified: trunk/oe/packages/pulseaudio/pulseaudio_0.9.6.bb
===================================================================
--- trunk/oe/packages/pulseaudio/pulseaudio_0.9.6.bb	2007-06-09 17:42:22 UTC (rev 2205)
+++ trunk/oe/packages/pulseaudio/pulseaudio_0.9.6.bb	2007-06-10 10:38:21 UTC (rev 2206)
@@ -6,7 +6,7 @@
 DEPENDS = "libatomic-ops liboil avahi libsamplerate0 libsndfile1 libtool"
 # optional
 DEPENDS += "alsa-lib"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz \
            file://gcc4-compile-fix.patch;patch=1 \
@@ -25,7 +25,7 @@
 
 PARALLEL_MAKE = ""
 
-export TARGET_FPU="${TARGET_FPU}"
+export TARGET_FPU := "${TARGET_FPU}"
 
 do_stage() {
     autotools_stage_all
@@ -70,7 +70,9 @@
 		       ${sysconfdir}/pulse/daemon.conf \
 		       ${sysconfdir}/pulse/client.conf \
 		       "
-pkg_postinst_${PN}-bin() {
+# libpulse is correct, rather than pulseaudio-server, because
+# libpulse can spawn a server as well
+pkg_postinst_libpulse() {
 if test "x$D" != "x"; then
         exit 1
 else
@@ -82,7 +84,7 @@
 fi
 }
 
-pkg_postrm${PN}-bin() {
+pkg_postrm_libpulse() {
 if test "x$D" != "x"; then
         exit 1
 else





More information about the commitlog mailing list