diff options
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-sato/web/web-webkit_svn.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index be4dfb5d62..beffe9a89b 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -173,7 +173,7 @@ SRCREV_pn-tidy ??= "e25416e1293e1074bfa6727c80527dcff5b1f3cb" | |||
173 | SRCREV_pn-u-boot-omap3 ??= "f40f6db278f602b55820693634a7256b0b4e4b80" | 173 | SRCREV_pn-u-boot-omap3 ??= "f40f6db278f602b55820693634a7256b0b4e4b80" |
174 | SRCREV_pn-ubootchart ??= "10" | 174 | SRCREV_pn-ubootchart ??= "10" |
175 | SRCREV_pn-webkit-gtk ??= "62027" | 175 | SRCREV_pn-webkit-gtk ??= "62027" |
176 | SRCREV_pn-web-webkit ??= "110" | 176 | SRCREV_pn-web-webkit ??= "130" |
177 | SRCREV_pn-web ??= "129" | 177 | SRCREV_pn-web ??= "129" |
178 | SRCREV_pn-xcb-proto ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66" | 178 | SRCREV_pn-xcb-proto ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66" |
179 | SRCREV_pn-xcb-proto-native ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66" | 179 | SRCREV_pn-xcb-proto-native ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66" |
diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_svn.bb index 895d49b27f..7dfce263ff 100644 --- a/meta/recipes-sato/web/web-webkit_svn.bb +++ b/meta/recipes-sato/web/web-webkit_svn.bb | |||
@@ -2,7 +2,8 @@ DESCRIPTION = "Multi-platform web browsing application." | |||
2 | HOMEPAGE = "http://o-hand.com/" | 2 | HOMEPAGE = "http://o-hand.com/" |
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
6 | 7 | ||
7 | SECTION = "x11" | 8 | SECTION = "x11" |
8 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" | 9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" |