web_svn: Fixup Patching and add libowl
authorSaul Wold <sgw@linux.intel.com>
Mon, 15 Nov 2010 22:01:31 +0000 (14:01 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Nov 2010 15:37:21 +0000 (15:37 +0000)
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>
meta/recipes-sato/web/web/owl-window-menu.patch
meta/recipes-sato/web/web_svn.bb

index 8877229..8b46c32 100644 (file)
@@ -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
index 9aa67b2..09840ae 100644 (file)
@@ -2,7 +2,7 @@ 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 = "r3"
+PR = "r4"
 
 PV = "0.0+svnr${SRCREV}"