diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 7d6a5b55f4..729e4b1f72 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -62,14 +62,15 @@ PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" # -# CVS Dates to use: +# Source dates or revisions to use: # -SRCDATE_gconf-dbus ?= "20070628" -SRCDATE_contacts ?= "20070614" -SRCDATE_dates ?= "20070706" +SRCREV_gconf-dbus ?= "604" +SRCREV_contacts ?= "214" +SRCREV_dates ?= "470" +#SRCREV_gtkhtml2 ?= "1144" #why it selects 1153? SRCDATE_gtkhtml2 ?= "20060323" -SRCDATE_web ?= "20070529" -SRCDATE_eds-dbus ?= "20070801" +SRCREV_web ?= "96" +SRCREV_eds-dbus ?= "580" SRCDATE_minimo ?= "20070510" SRCDATE_ipkg-utils-native ?= "20050930" SRCDATE_ipkg-link-1 ?= "20050930" @@ -124,7 +125,7 @@ SRCDATE_libgsmd ?= "20070801" # # Preferred Versions: # -PREFERRED_VERSION_dates ?= "0.4.4+svn${SRCDATE}" +PREFERRED_VERSION_dates ?= "0.4.4+svnr${SRCREV}" PREFERRED_VERSION_matchbox ?= "0.9.1" PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" PREFERRED_VERSION_matchbox-applet-startup-monitor ?= "0.1" |