summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-06 07:58:34 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-06 07:58:34 +0000
commit40f6fd6a1ce2ebeb049f81773817ed04c86ed809 (patch)
tree39cc3b341a9bb2778c91fff97443805a4425c054 /meta/conf/distro/poky.conf
parent75cf9790e266f070ef451ac0d12932da20ba7d5a (diff)
downloadpoky-40f6fd6a1ce2ebeb049f81773817ed04c86ed809.tar.gz
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/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf4
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
18TARGET_OS = "linux" 18TARGET_OS = "linux"
19TARGET_FPU_arm ?= "soft" 19TARGET_FPU_arm ?= "soft"
20TARGET_FPU_armeb ?= "soft" 20TARGET_FPU_armeb ?= "soft"
21TARGET_FPU_nokia800 = "hard"
22
21IMAGE_ROOTFS_SIZE_ext2 ?= "131072" 23IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
22 24
23# Poky is svn based 25# Poky is svn based
@@ -82,7 +84,7 @@ PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
82SRCREV_pn-gconf-dbus ?= "638" 84SRCREV_pn-gconf-dbus ?= "638"
83SRCREV_pn-gtkhtml2 ?= "1144" 85SRCREV_pn-gtkhtml2 ?= "1144"
84SRCREV_pn-web ?= "97" 86SRCREV_pn-web ?= "97"
85SRCREV_pn-web-webkit ?= "106" 87SRCREV_pn-web-webkit ?= "107"
86SRCREV_pn-eds-dbus ?= "629" 88SRCREV_pn-eds-dbus ?= "629"
87SRCDATE_minimo ?= "20070510" 89SRCDATE_minimo ?= "20070510"
88SRCDATE_ipkg-utils-native ?= "20050930" 90SRCDATE_ipkg-utils-native ?= "20050930"