diff options
| -rw-r--r-- | meta/recipes-sato/web/web/owl-window-menu.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-sato/web/web_svn.bb | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/meta/recipes-sato/web/web/owl-window-menu.patch b/meta/recipes-sato/web/web/owl-window-menu.patch index 6e60dd0893..b80905fce3 100644 --- a/meta/recipes-sato/web/web/owl-window-menu.patch +++ b/meta/recipes-sato/web/web/owl-window-menu.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Index: trunk/src/web_main.c | 1 | Index: trunk/src/web_main.c |
| 2 | =================================================================== | 2 | =================================================================== |
| 3 | --- trunk.orig/src/web_main.c 2007-04-19 15:41:44.000000000 +0100 | 3 | --- trunk.orig/src/web_main.c 2007-12-18 15:04:13.000000000 -0800 |
| 4 | +++ trunk/src/web_main.c 2007-04-26 07:43:23.000000000 +0100 | 4 | +++ trunk/src/web_main.c 2010-11-15 11:40:44.762994000 -0800 |
| 5 | @@ -20,6 +20,8 @@ | 5 | @@ -20,6 +20,8 @@ |
| 6 | #include "web_bookmarks.h" | 6 | #include "web_bookmarks.h" |
| 7 | #include "web_request.h" | 7 | #include "web_request.h" |
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 @@ | |||
| 1 | LICENSE = "GPL" | 1 | LICENSE = "GPLv2" |
| 2 | SECTION = "x11" | 2 | SECTION = "x11" |
| 3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | 3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" |
| 4 | DESCRIPTION = "Web is a multi-platform web browsing application." | 4 | DESCRIPTION = "Web is a multi-platform web browsing application." |
| @@ -7,10 +7,20 @@ PR = "r2" | |||
| 7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_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 | ||
| 13 | LIB_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 14 | |||
| 13 | S = "${WORKDIR}/trunk" | 15 | S = "${WORKDIR}/trunk" |
| 14 | 16 | ||
| 17 | do_unpack_append () { | ||
| 18 | bb.build.exec_func('do_remove_patches', d) | ||
| 19 | } | ||
| 20 | |||
| 21 | do_remove_patches () { | ||
| 22 | rm -rf ${S}/patches | ||
| 23 | } | ||
| 24 | |||
| 15 | inherit autotools pkgconfig gconf | 25 | inherit autotools pkgconfig gconf |
| 16 | 26 | ||
