aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel A Fernandes <agnel.joel@gmail.com>2011-07-11 10:56:37 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-11 09:33:36 +0200
commit69eb3aed83b203b4511816f07f08336e59f85c6d (patch)
tree958f952b4ffaf6c446fd7b77dec2664adf8e63cd
parentcf19931f8b27945b48ee21498ae527c893b955ab (diff)
downloadopenembedded-69eb3aed83b203b4511816f07f08336e59f85c6d.tar.gz
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@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--conf/distro/include/angstrom-2008-preferred-versions.inc1
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 b5b524a812..4833d35cbc 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}"