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 | poky-033e4303d35140eb18c9973d3f63e1c8f50d7cd7.tar.gz |
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" | |||
8 | PREFERRED_VERSION_udev ?= "158" | 8 | PREFERRED_VERSION_udev ?= "158" |
9 | PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" | 9 | PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" |
10 | 10 | ||
11 | PULSEAUDIOVERSION ?= "0.9.21" | ||
12 | PULSEAUDIOVERSION_arm ?= "0.9.15" | ||
13 | PREFERRED_VERSION_pulseaudio ?= "${PULSEAUDIOVERSION}" | ||
14 | |||
11 | # Force the python versions in one place | 15 | # Force the python versions in one place |
12 | PYTHON_BASEVERSION ?= "2.6" | 16 | PYTHON_BASEVERSION ?= "2.6" |
13 | PREFERRED_VERSION_python ?= "2.6.6" | 17 | PREFERRED_VERSION_python ?= "2.6.6" |