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 | |
parent | 0b50dc8ed66058251349f1d471f75623f9a2fb8b (diff) | |
download | openembedded-core-b1c0b3de20385457fdba4786c5cd11ef9024e6af.tar.gz openembedded-core-b1c0b3de20385457fdba4786c5cd11ef9024e6af.tar.bz2 openembedded-core-b1c0b3de20385457fdba4786c5cd11ef9024e6af.zip |
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')
-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" PREFERRED_VERSION_hal-info ?= "20091130" PREFERRED_VERSION_udev ?= "164" PREFERRED_VERSION_wpa-supplicant ?= "0.7.3" +PREFERRED_VERSION_pseudo = "1.0" +PREFERRED_VERSION_pseudo-native = "1.0" PULSEAUDIOVERSION ?= "0.9.22" PULSEAUDIOVERSION_arm ?= "0.9.15" |