diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-11-15 14:01:31 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 15:37:21 +0000 |
commit | 94b1fda09671b58aafb54983e4a6e499f6ffc369 (patch) | |
tree | f729fcaa0a52bce5c6c19e6e928b79578a4cf8e0 /meta/recipes-sato | |
parent | cfe12efb5ec9586dab6961f141d52b103bd8b1d1 (diff) | |
download | poky-94b1fda09671b58aafb54983e4a6e499f6ffc369.tar.gz |
web_svn: Fixup Patching and add libowl
libowl was missing from the link library list
There where patches being pulled in from the SVN trunk that confused
quilt, so we remove the patches directory before doing the patching
Added LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/web/web/owl-window-menu.patch | 13 | ||||
-rw-r--r-- | meta/recipes-sato/web/web_svn.bb | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/meta/recipes-sato/web/web/owl-window-menu.patch b/meta/recipes-sato/web/web/owl-window-menu.patch index 8877229f36..8b46c3256d 100644 --- a/meta/recipes-sato/web/web/owl-window-menu.patch +++ b/meta/recipes-sato/web/web/owl-window-menu.patch | |||
@@ -81,3 +81,16 @@ Index: trunk/src/web_main.c | |||
81 | gtk_main (); | 81 | gtk_main (); |
82 | 82 | ||
83 | g_module_close (module); | 83 | g_module_close (module); |
84 | Index: trunk/src/Makefile.am | ||
85 | =================================================================== | ||
86 | --- trunk.orig/src/Makefile.am 2007-12-18 15:04:13.000000000 -0800 | ||
87 | +++ trunk/src/Makefile.am 2010-11-15 11:41:15.754994000 -0800 | ||
88 | @@ -18,7 +18,7 @@ | ||
89 | web.h web_history.h web_bookmarks.h web_request.h \ | ||
90 | web_utils.h glibcurl.h | ||
91 | |||
92 | -web_LDADD = $(WEB_LIBS) | ||
93 | +web_LDADD = $(WEB_LIBS) -lowl | ||
94 | |||
95 | MAINTAINERCLEANFILES = config.h.in Makefile.in | ||
96 | |||
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb index 9aa67b23b2..09840aed26 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -2,7 +2,7 @@ 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." |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
8 | 8 | ||