From patchwork Mon Jul 11 02:56:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] angstrom: Use pulseaudio version 0.9.22 for armv7a architecture Date: Mon, 11 Jul 2011 02:56:37 -0000 From: Joel A Fernandes X-Patchwork-Id: 7279 Message-Id: <1310352997-22504-1-git-send-email-agnel.joel@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: joelagnel@ti.com, Joel A Fernandes , jdk@ti.com, Paul Menzel , k-kooi@ti.com This fixes all the issues noticed earlier with pulseaudio 0.9.15: * Pulseaudio keeping audio devices busy when run as per-user instance * Failure of pactl, pacmd etc to connect to the pulse server The gcc 4.3.x angstrom is using in maintenance lacks the needed atomic ops to build pulseaudio 0.9.23 for armv7a so we use pulseaudio 0.9.22 which is less buggier than pulseaudio 0.9.15 Signed-off-by: Joel A Fernandes Acked-by: Paul Menzel --- Following Paul's suggestions, changes since original patch: * Moved setting of the PREFERRED_VERSION for pulseaudio from conf/distro/angstrom-2008.1.conf to conf/distro/include/angstrom-2008-preferred-versions.inc * prepended the patch title with "angstrom:" Original patch: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/033854.html Paul's suggestions: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/033872.html Koen's comments on the lack of atomic ops in gcc 4.3.x: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/033866.html .../include/angstrom-2008-preferred-versions.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index b5b524a..4833d35 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -45,6 +45,7 @@ PREFERRED_VERSION_pango-native = "1.24.4" PREFERRED_VERSION_pkgconfig = "0.23" PREFERRED_VERSION_pkgconfig-native = "0.23" PREFERRED_VERSION_pulseaudio = "0.9.15" +PREFERRED_VERSION_pulseaudio_armv7a = "0.9.22" PREFERRED_VERSION_python-pycairo = "1.8.0" PREFERRED_VERSION_qt4-tools-native = "${ANGSTROM_QT_VERSION}" PREFERRED_VERSION_qt4-tools-sdk = "${ANGSTROM_QT_VERSION}"