[oe-commits] Joel A Fernandes : angstrom: Use pulseaudio version 0.9. 22 for armv7a architecture

git version control git at git.openembedded.org
Thu Jul 28 12:51:37 UTC 2011


Module: openembedded.git
Branch: sledz/maintenance
Commit: 69eb3aed83b203b4511816f07f08336e59f85c6d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=69eb3aed83b203b4511816f07f08336e59f85c6d

Author: Joel A Fernandes <agnel.joel at gmail.com>
Date:   Mon Jul 11 10:56:37 2011 +0000

angstrom: Use pulseaudio version 0.9.22 for armv7a architecture

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 <agnel.joel at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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}"





More information about the Openembedded-commits mailing list