diff options
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_svn.bb')
-rw-r--r-- | meta/recipes-sato/web/web-webkit_svn.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_svn.bb new file mode 100644 index 0000000000..9cdf1f9da3 --- /dev/null +++ b/meta/recipes-sato/web/web-webkit_svn.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "Multi-platform web browsing application." | ||
2 | HOMEPAGE = "http://o-hand.com/" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | |||
7 | SECTION = "x11" | ||
8 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" | ||
9 | |||
10 | PV = "0.0+svnr${SRCREV}" | ||
11 | PR = "r2" | ||
12 | |||
13 | SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ | ||
14 | file://link-with-g++.patch;patch=1" | ||
15 | |||
16 | S = "${WORKDIR}/webkit" | ||
17 | |||
18 | EXTRA_OECONF = "--enable-libowl" | ||
19 | |||
20 | inherit autotools pkgconfig gconf | ||
21 | |||
22 | do_configure_prepend() { | ||
23 | touch ${S}/src/dummy.cpp | ||
24 | } | ||
25 | |||
26 | FILES_${PN} += "${datadir}/web2" | ||