diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-01 16:02:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-01 16:02:50 +0000 |
commit | 29c7d957499e8c2fcbb92799fadd82c2fa2f52d5 (patch) | |
tree | 8663c23fecef41557e015ac5bd70ec990804137e | |
parent | cd13dba87cbb1a14651c02f493a02f28e137efbf (diff) |
pulse: remove rprovides, since OE changes them to libesd0, thus breaking esd using apps
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" |