diff options
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.7.bb')
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.7.bb b/packages/pulseaudio/pulseaudio_0.9.7.bb new file mode 100644 index 0000000000..d466086b50 --- /dev/null +++ b/packages/pulseaudio/pulseaudio_0.9.7.bb @@ -0,0 +1,12 @@ +require pulse.inc + +# this is not correct (see below) +SRC_URI += "file://disable-using-glibc-tls.patch;patch=1" + +PR = "r0" + +# problems w/ pulseaudio 0.9.7 atm: +# 1.) needs libtool 1.2.24 (which miscompiles plugins in OE, hence we can't make it the default yet) +# 2.) doesn't build w/ glibc TLS support (hence patched out) +DEFAULT_PREFERENCE = "-1" + |