diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-06 07:58:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-06 07:58:34 +0000 |
commit | 40f6fd6a1ce2ebeb049f81773817ed04c86ed809 (patch) | |
tree | 39cc3b341a9bb2778c91fff97443805a4425c054 /meta | |
parent | 75cf9790e266f070ef451ac0d12932da20ba7d5a (diff) | |
download | openembedded-core-40f6fd6a1ce2ebeb049f81773817ed04c86ed809.tar.gz openembedded-core-40f6fd6a1ce2ebeb049f81773817ed04c86ed809.tar.bz2 openembedded-core-40f6fd6a1ce2ebeb049f81773817ed04c86ed809.zip |
poky.conf: bump web-webkit to version which builds with newer WebKit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3955 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b19f30eb47..9f2ec173c0 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -18,6 +18,8 @@ INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE TARGET_OS = "linux" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" +TARGET_FPU_nokia800 = "hard" + IMAGE_ROOTFS_SIZE_ext2 ?= "131072" # Poky is svn based @@ -82,7 +84,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 ?= "106" +SRCREV_pn-web-webkit ?= "107" SRCREV_pn-eds-dbus ?= "629" SRCDATE_minimo ?= "20070510" SRCDATE_ipkg-utils-native ?= "20050930" |