diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 10:49:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 10:49:09 +0000 |
commit | 4c3f31e0f9cf6fc896805ef6496e44fd3537cd3a (patch) | |
tree | b5619e114da622596252e967b4fdb45aa9c60644 /meta | |
parent | a8c4f824ba5a211a9912219e13a378ec2caea406 (diff) | |
download | poky-4c3f31e0f9cf6fc896805ef6496e44fd3537cd3a.tar.gz |
poky: set proper version for Minimo and add it into world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1624 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index cbe5bf825b..d4ab78d761 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -76,7 +76,7 @@ SRCDATE_dates ?= "20070414" | |||
76 | SRCDATE_gtkhtml2 ?= "20060323" | 76 | SRCDATE_gtkhtml2 ?= "20060323" |
77 | SRCDATE_web ?= "20070411" | 77 | SRCDATE_web ?= "20070411" |
78 | SRCDATE_eds-dbus ?= "20070330" | 78 | SRCDATE_eds-dbus ?= "20070330" |
79 | SRCDATE_minimo ?= "20050401" | 79 | SRCDATE_minimo ?= "20060720" |
80 | SRCDATE_ipkg-utils-native ?= "20050930" | 80 | SRCDATE_ipkg-utils-native ?= "20050930" |
81 | SRCDATE_ipkg-link-1 ?= "20050930" | 81 | SRCDATE_ipkg-link-1 ?= "20050930" |
82 | SRCDATE_ipkg-utils ?= "20050930" | 82 | SRCDATE_ipkg-utils ?= "20050930" |
@@ -155,7 +155,7 @@ PREFERRED_VERSION_libschedule ?= "0.15" | |||
155 | PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" | 155 | PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" |
156 | PREFERRED_VERSION_linphone ?= "0.12.2" | 156 | PREFERRED_VERSION_linphone ?= "0.12.2" |
157 | PREFERRED_VERSION_minilite ?= "0.49" | 157 | PREFERRED_VERSION_minilite ?= "0.49" |
158 | PREFERRED_VERSION_minimo ?= "0.0+cvs${SRCDATE_minimo}" | 158 | PREFERRED_VERSION_minimo ?= "0.016+cvs${SRCDATE_minimo}" |
159 | PREFERRED_VERSION_poppler ?= "0.3.3" | 159 | PREFERRED_VERSION_poppler ?= "0.3.3" |
160 | PREFERRED_VERSION_rosetta ?= "0.0+cvs${SRCDATE}" | 160 | PREFERRED_VERSION_rosetta ?= "0.0+cvs${SRCDATE}" |
161 | PREFERRED_VERSION_rxvt-unicode ?= "5.6" | 161 | PREFERRED_VERSION_rxvt-unicode ?= "5.6" |
@@ -237,5 +237,3 @@ EXCLUDE_FROM_WORLD_pn-telepathy-glib = "1" | |||
237 | EXCLUDE_FROM_WORLD_pn-empathy = "1" | 237 | EXCLUDE_FROM_WORLD_pn-empathy = "1" |
238 | # Needs python | 238 | # Needs python |
239 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" | 239 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" |
240 | # Needs orbit2 (mozilla.bbclass) | ||
241 | EXCLUDE_FROM_WORLD_pn-minimo = "1" | ||