summaryrefslogtreecommitdiffstats
path: root/meta/packages/web/web-webkit_svn.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-14 22:11:08 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-14 22:11:08 +0000
commitd6c7475e2466922a95a8254aaebd86c1c1a4cd58 (patch)
tree6e0cb9846744c176358faa26df567de20109bcdd /meta/packages/web/web-webkit_svn.bb
parent0ba7ff12f8ce8438ca9df3991797bc4c28b630a2 (diff)
downloadpoky-d6c7475e2466922a95a8254aaebd86c1c1a4cd58.tar.gz
web-webkit: Add patch to configure for linking with g++ tweak else it breaks with libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4253 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/web/web-webkit_svn.bb')
-rw-r--r--meta/packages/web/web-webkit_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/web/web-webkit_svn.bb b/meta/packages/web/web-webkit_svn.bb
index e6789c8806..75b3cf0cdf 100644
--- a/meta/packages/web/web-webkit_svn.bb
+++ b/meta/packages/web/web-webkit_svn.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
4DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" 4DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
5 5
6PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \
10 file://link-with-g++.patch;patch=1" 10 file://link-with-g++.patch;patch=1"