summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web_svn.bb')
-rw-r--r--meta/recipes-sato/web/web_svn.bb14
1 files changed, 12 insertions, 2 deletions
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb
index 583be4aa24..08005dd253 100644
--- a/meta/recipes-sato/web/web_svn.bb
+++ b/meta/recipes-sato/web/web_svn.bb
@@ -1,4 +1,4 @@
1LICENSE = "GPL" 1LICENSE = "GPLv2"
2SECTION = "x11" 2SECTION = "x11"
3DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" 3DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
4DESCRIPTION = "Web is a multi-platform web browsing application." 4DESCRIPTION = "Web is a multi-platform web browsing application."
@@ -7,10 +7,20 @@ PR = "r2"
7PV = "0.0+svnr${SRCREV}" 7PV = "0.0+svnr${SRCREV}"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
10 file://owl-window-menu.patch;patch=1 \ 10 file://owl-window-menu.patch \
11 " 11 "
12 12
13LIB_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
14
13S = "${WORKDIR}/trunk" 15S = "${WORKDIR}/trunk"
14 16
17do_unpack_append () {
18 bb.build.exec_func('do_remove_patches', d)
19}
20
21do_remove_patches () {
22 rm -rf ${S}/patches
23}
24
15inherit autotools pkgconfig gconf 25inherit autotools pkgconfig gconf
16 26