From: Koen Kooi Date: Wed, 24 Jan 2007 20:14:19 +0000 (+0000) Subject: pulseaudio: make it RPROVIDE esd to really make it a drop-in replacement for esound X-Git-Tag: Release-2010-05/1~9337^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f347546dea8bdc3fb1e49f119890c0725a6e066;p=openembedded.git pulseaudio: make it RPROVIDE esd to really make it a drop-in replacement for esound --- diff --git a/packages/pulseaudio/pulseaudio_0.9.5.bb b/packages/pulseaudio/pulseaudio_0.9.5.bb index 99027cfcfc..b6209143f0 100644 --- a/packages/pulseaudio/pulseaudio_0.9.5.bb +++ b/packages/pulseaudio/pulseaudio_0.9.5.bb @@ -8,9 +8,9 @@ DEPENDS = "liboil avahi libsamplerate0 libsndfile1 libtool" # optional DEPENDS += "alsa-lib" -RPROVIDES = "esound" +RPROVIDES = "esound esd" -PR = "r2" +PR = "r3" SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz"