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