From 94b1fda09671b58aafb54983e4a6e499f6ffc369 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 15 Nov 2010 14:01:31 -0800 Subject: 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 --- meta/recipes-sato/web/web/owl-window-menu.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meta/recipes-sato/web/web/owl-window-menu.patch') 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 gtk_main (); g_module_close (module); +Index: trunk/src/Makefile.am +=================================================================== +--- trunk.orig/src/Makefile.am 2007-12-18 15:04:13.000000000 -0800 ++++ trunk/src/Makefile.am 2010-11-15 11:41:15.754994000 -0800 +@@ -18,7 +18,7 @@ + web.h web_history.h web_bookmarks.h web_request.h \ + web_utils.h glibcurl.h + +-web_LDADD = $(WEB_LIBS) ++web_LDADD = $(WEB_LIBS) -lowl + + MAINTAINERCLEANFILES = config.h.in Makefile.in + -- cgit v1.2.3-54-g00ecf