web: switch to git and fix Makefile

The SVN repo is no longer available and we don't have a mirror of the
SVN tarball.

Further the Makefile in git uses spaces where the Make parser
expects tabs.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2011-11-03 14:13:15 -07:00
parent 3545f453aa
commit c9805a0c3c
3 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
LICENSE = "GPLv2"
SECTION = "x11"
DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
DESCRIPTION = "Web is a multi-platform web browsing application."
PR = "r4"
PV = "0.0+git${SRCPV}"
SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \
file://owl-window-menu.patch \
file://makefile-whitespace.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
S = "${WORKDIR}/git"
do_unpack_append () {
bb.build.exec_func('do_remove_patches', d)
}
do_remove_patches () {
rm -rf ${S}/patches
}
inherit autotools pkgconfig gconf