diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-07 17:03:40 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-09 12:37:10 +0000 |
commit | 033e4303d35140eb18c9973d3f63e1c8f50d7cd7 (patch) | |
tree | c3d52d4e03171992594e3959c93834bfe8fb0518 /meta/conf/distro | |
parent | 2c05c868a08516b1fa4156b9d668d8ad1bcd8eae (diff) | |
download | openembedded-core-033e4303d35140eb18c9973d3f63e1c8f50d7cd7.tar.gz openembedded-core-033e4303d35140eb18c9973d3f63e1c8f50d7cd7.tar.bz2 openembedded-core-033e4303d35140eb18c9973d3f63e1c8f50d7cd7.zip |
pulseaudio: upgrade to version 0.9.21
There is a bug in pulseaudio uptream which uses new instructions on old
arm platform. So we keep arm version of pulseaudio unchanged.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index c437a1c784..db348cac04 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc @@ -8,6 +8,10 @@ PREFERRED_VERSION_hal-info ?= "20091130" PREFERRED_VERSION_udev ?= "158" PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" +PULSEAUDIOVERSION ?= "0.9.21" +PULSEAUDIOVERSION_arm ?= "0.9.15" +PREFERRED_VERSION_pulseaudio ?= "${PULSEAUDIOVERSION}" + # Force the python versions in one place PYTHON_BASEVERSION ?= "2.6" PREFERRED_VERSION_python ?= "2.6.6" |