diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-11 13:29:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-11 13:29:37 +0000 |
commit | 219e6f4a2dff8afccbd54f0676adeaa88113068a (patch) | |
tree | e7b6ad711e78e39a07deda3c8f23adfde4446b31 /meta/conf/distro | |
parent | 82da29d2d14335509fcac07c740c546d9a55ab66 (diff) | |
download | openembedded-core-219e6f4a2dff8afccbd54f0676adeaa88113068a.tar.gz openembedded-core-219e6f4a2dff8afccbd54f0676adeaa88113068a.tar.bz2 openembedded-core-219e6f4a2dff8afccbd54f0676adeaa88113068a.zip |
poky.conf: Update web-webkit, oprofile and oprofileui to latest versions fixing various issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3742 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 097dccd4af..24f4165200 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -76,7 +76,7 @@ PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" SRCREV_pn-gconf-dbus ?= "638" SRCREV_pn-gtkhtml2 ?= "1144" SRCREV_pn-web ?= "97" -SRCREV_pn-web-webkit ?= "103" +SRCREV_pn-web-webkit ?= "105" SRCREV_pn-eds-dbus ?= "629" SRCDATE_minimo ?= "20070510" SRCDATE_ipkg-utils-native ?= "20050930" @@ -101,8 +101,8 @@ SRCREV_pn-screenshot ?= "288" SRCDATE_xcalibrateext ?= "20051101" SRCREV_pn-libfakekey ?= "1270" SRCDATE_xcalibrate ?= "20060312" -SRCDATE_oprofile ?= "20070928" -SRCREV_pn-oprofileui ?= "160" +SRCDATE_oprofile ?= "20080210" +SRCREV_pn-oprofileui ?= "173" SRCREV_pn-zaurusd ?= "296" SRCREV_pn-owl-video-widget ?= "324" SRCREV_pn-psplash ?= "266" @@ -231,7 +231,7 @@ PREFERRED_VERSION_xextensions ?= "1.0.1" PREFERRED_VERSION_xmonobut ?= "0.4" PREFERRED_VERSION_xprop ?= "1.0.3" PREFERRED_VERSION_xst ?= "0.15" -PREFERRED_VERSION_oprofile ?= "0.9.3" +PREFERRED_VERSION_oprofile ?= "0.9.3+cvs20080210" PREFERRED_VERSION_elfutils ?= "0.89" PREFERRED_VERSION_hal ?= "0.5.9.1" PREFERRED_VERSION_hal-info ?= "20070831" |