From: Koen Kooi Date: Sun, 1 Apr 2007 16:02:50 +0000 (+0000) Subject: pulse: remove rprovides, since OE changes them to libesd0, thus breaking esd using... X-Git-Tag: Release-2010-05/1~8868^2~861^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c7d957499e8c2fcbb92799fadd82c2fa2f52d5;p=openembedded.git pulse: remove rprovides, since OE changes them to libesd0, thus breaking esd using apps --- diff --git a/packages/pulseaudio/pulseaudio_0.9.5.bb b/packages/pulseaudio/pulseaudio_0.9.5.bb index 54ebb76cd9..35fd9a8342 100644 --- a/packages/pulseaudio/pulseaudio_0.9.5.bb +++ b/packages/pulseaudio/pulseaudio_0.9.5.bb @@ -8,9 +8,8 @@ DEPENDS = "liboil avahi libsamplerate0 libsndfile1 libtool" # optional DEPENDS += "alsa-lib" -RPROVIDES = "esound esd" -PR = "r6" +PR = "r7" SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz"