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/conf | |
parent | 75cf9790e266f070ef451ac0d12932da20ba7d5a (diff) | |
download | poky-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')
-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 | |||
18 | TARGET_OS = "linux" | 18 | TARGET_OS = "linux" |
19 | TARGET_FPU_arm ?= "soft" | 19 | TARGET_FPU_arm ?= "soft" |
20 | TARGET_FPU_armeb ?= "soft" | 20 | TARGET_FPU_armeb ?= "soft" |
21 | TARGET_FPU_nokia800 = "hard" | ||
22 | |||
21 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | 23 | IMAGE_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" | |||
82 | SRCREV_pn-gconf-dbus ?= "638" | 84 | SRCREV_pn-gconf-dbus ?= "638" |
83 | SRCREV_pn-gtkhtml2 ?= "1144" | 85 | SRCREV_pn-gtkhtml2 ?= "1144" |
84 | SRCREV_pn-web ?= "97" | 86 | SRCREV_pn-web ?= "97" |
85 | SRCREV_pn-web-webkit ?= "106" | 87 | SRCREV_pn-web-webkit ?= "107" |
86 | SRCREV_pn-eds-dbus ?= "629" | 88 | SRCREV_pn-eds-dbus ?= "629" |
87 | SRCDATE_minimo ?= "20070510" | 89 | SRCDATE_minimo ?= "20070510" |
88 | SRCDATE_ipkg-utils-native ?= "20050930" | 90 | SRCDATE_ipkg-utils-native ?= "20050930" |