diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-06 10:02:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-06 10:02:35 +0000 |
commit | d35ae18439c2461a6ab94ff7538dab7303139210 (patch) | |
tree | bebc03f942ee6039f7c01f65c2c51e07d3b02658 | |
parent | bb0b61754863a94a86291b50ce2048a3651dadba (diff) | |
download | openembedded-core-d35ae18439c2461a6ab94ff7538dab7303139210.tar.gz openembedded-core-d35ae18439c2461a6ab94ff7538dab7303139210.tar.bz2 openembedded-core-d35ae18439c2461a6ab94ff7538dab7303139210.tar.xz openembedded-core-d35ae18439c2461a6ab94ff7538dab7303139210.zip |
poky-floating-revisions.inc: Disable webkit-gtk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4600 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/include/poky-floating-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-floating-revisions.inc b/meta/conf/distro/include/poky-floating-revisions.inc index 61908c62f..7e0a4ec81 100644 --- a/meta/conf/distro/include/poky-floating-revisions.inc +++ b/meta/conf/distro/include/poky-floating-revisions.inc @@ -46,7 +46,7 @@ SRCREV_pn-clutter ?= "${AUTOREV}" SRCREV_pn-clutter-gst ?= "${AUTOREV}" SRCREV_pn-gaku ?= "${AUTOREV}" SRCREV_pn-gypsy ?= "${AUTOREV}" -SRCREV_pn-webkit-gtk ?= "${AUTOREV}" +#SRCREV_pn-webkit-gtk ?= "${AUTOREV}" SRCREV_pn-aaina ?= "${AUTOREV}" SRCREV_pn-clutter-cairo ?= "${AUTOREV}" SRCREV_pn-table ?= "${AUTOREV}" |