diff options
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_git.bb')
-rw-r--r-- | meta/recipes-sato/web/web-webkit_git.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb deleted file mode 100644 index f32304eec4..0000000000 --- a/meta/recipes-sato/web/web-webkit_git.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | DESCRIPTION = "Multi-platform web browsing application." | ||
2 | HOMEPAGE = "http://o-hand.com/" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
7 | |||
8 | SECTION = "x11" | ||
9 | DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl" | ||
10 | |||
11 | # To access https web pages | ||
12 | RRECOMMENDS_${PN} += "glib-networking" | ||
13 | |||
14 | SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503" | ||
15 | PV = "0.1+git${SRCPV}" | ||
16 | PR = "r2" | ||
17 | |||
18 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | EXTRA_OECONF = "--enable-libowl" | ||
23 | |||
24 | # web-webkit could NOT be built on MIPS64 with 64 bits userspace | ||
25 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
26 | |||
27 | inherit autotools pkgconfig | ||
28 | |||
29 | FILES_${PN} += "${datadir}/web2" | ||