Skip to content

Commit

Permalink
pulseaudio: remove --disable-gsettings
Browse files Browse the repository at this point in the history
:Release Notes:

:Detailed Notes:
Added in:
  http://git.openembedded.org/openembedded-core/commit/?id=9bc3a8ec4a007fe75dc8f44faf6357517b1fb020

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-78082] Upgrade to Yocto 2.6 Thud
[PLAT-78507] [OSE] CCC: Upgrade to Yocto 2.6 Thud

Change-Id: Ie8224646a1461c1ebd566d3521f08326e6095679
  • Loading branch information
shr-project authored and Minjae Kim committed Jun 24, 2019
1 parent df90013 commit 492a480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-webos/recipes-multimedia/pulseaudio/pulseaudio_9.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ EXTRA_OECONF += "--with-access-group=root \
--disable-samplerate \
"

# Added to oe-core pulseaudio.inc when upgrading to 12.2 version
# but our old 9.* version doesn't support it
EXTRA_OECONF_remove = "--disable-gsettings"

PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
Expand Down

0 comments on commit 492a480

Please sign in to comment.