diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 10:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 12:01:04 +0000 |
commit | b1c0b3de20385457fdba4786c5cd11ef9024e6af (patch) | |
tree | 440c90a7cdbf82d25f46b8b496771d83bb0c50c4 /meta/conf/distro | |
parent | 0b50dc8ed66058251349f1d471f75623f9a2fb8b (diff) | |
download | poky-b1c0b3de20385457fdba4786c5cd11ef9024e6af.tar.gz |
pseudo: Add and use the 1.0 release version
Not using the git version has the advantage of removing several early bootstrap
dependencies such as git-native (which pulls in perl and openssl).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index b7bd6f9fbb..948608001e 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -7,6 +7,8 @@ PREFERRED_VERSION_hal ?= "0.5.14" | |||
7 | PREFERRED_VERSION_hal-info ?= "20091130" | 7 | PREFERRED_VERSION_hal-info ?= "20091130" |
8 | PREFERRED_VERSION_udev ?= "164" | 8 | PREFERRED_VERSION_udev ?= "164" |
9 | PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" | 9 | PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" |
10 | PREFERRED_VERSION_pseudo = "1.0" | ||
11 | PREFERRED_VERSION_pseudo-native = "1.0" | ||
10 | 12 | ||
11 | PULSEAUDIOVERSION ?= "0.9.22" | 13 | PULSEAUDIOVERSION ?= "0.9.22" |
12 | PULSEAUDIOVERSION_arm ?= "0.9.15" | 14 | PULSEAUDIOVERSION_arm ?= "0.9.15" |