* [Buildroot] [Bug 10751] New: Missing dependency in pulseaudio package
@ 2018-02-07 17:53 bugzilla at busybox.net
2018-06-06 13:30 ` [Buildroot] [Bug 10751] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2018-02-07 17:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10751
Bug ID: 10751
Summary: Missing dependency in pulseaudio package
Product: buildroot
Version: 2017.02.7
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: jpcartal at free.fr
CC: buildroot at uclibc.org
Target Milestone: ---
Hello,
I'm trying to add a2dp support (ie. sound over bluetooth) to my target.
A2DP support can be achieved using bluez5 and pulseaudio.
Pulseaudio only build bluetooth related modules if both BR2_PACKAGE_BLUEZ5 and
BR2_PACKAGE_SBC are enabled and compiled before the configure step of the
pulseaudio package.
Current pulseaudio.mk file contains the following entry :
PULSEAUDIO_DEPENDENCIES= .... $(if $(BR2_PACKAGE_BLUEZ5_UTILS),bluez5_utils)
...
But no corresponding entry for SBC (e.g. $(if $(BR2_PACKAGE_SBC),sbc)).
So sbc might not be available when configuring pulseaudio and consequently no
bluetooth related modules get built :
...
Enable D-Bus: yes
Enable BlueZ 4: no
Enable BlueZ 5: no
Enable ofono headsets: no
Enable native headsets: no
...
Regards.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 10751] Missing dependency in pulseaudio package
2018-02-07 17:53 [Buildroot] [Bug 10751] New: Missing dependency in pulseaudio package bugzilla at busybox.net
@ 2018-06-06 13:30 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2018-06-06 13:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10751
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
This has been fixed since then in Buildroot, see commit
https://git.buildroot.org/buildroot/commit/package/pulseaudio?id=5defa77123bb2f5bc63c0c44e1fa6ce516026de6.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-06 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07 17:53 [Buildroot] [Bug 10751] New: Missing dependency in pulseaudio package bugzilla at busybox.net
2018-06-06 13:30 ` [Buildroot] [Bug 10751] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox