diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-24 12:25:36 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-24 15:16:02 -0400 |
commit | c90998b8752a7a817f99b14dd1276dc6076c5a97 (patch) | |
tree | dda4e4f47a76e994d5571a85fa12853afd0f3022 /recipes/pulseaudio/pulseaudio_0.9.10.bb | |
parent | 33615f3f32bac19adb3666dce0eb2fe3f6c931f3 (diff) |
pulseaudio: Switch to INC_PR, add openssl to DEPENDS.
Also remove dbus from the version specific DEPENDS lines as it's in the inc file
Diffstat (limited to 'recipes/pulseaudio/pulseaudio_0.9.10.bb')
-rw-r--r-- | recipes/pulseaudio/pulseaudio_0.9.10.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/pulseaudio/pulseaudio_0.9.10.bb b/recipes/pulseaudio/pulseaudio_0.9.10.bb index f26d583fdb..ec190fa558 100644 --- a/recipes/pulseaudio/pulseaudio_0.9.10.bb +++ b/recipes/pulseaudio/pulseaudio_0.9.10.bb @@ -1,7 +1,6 @@ require pulseaudio.inc -DEPENDS += "dbus" -PR = "r5" +PR = "${INC_PR}.1" SRC_URI += "\ file://disable-using-glibc-tls.patch;patch=1 \ |