From patchwork Wed May 11 05:40:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] web: fix typo in Makefile Date: Wed, 11 May 2011 05:40:20 -0000 From: Nitin A Kamble X-Patchwork-Id: 3729 Message-Id: <21b6e87e2085c927823b023335cf04dfab482e70.1305092349.git.nitin.a.kamble@intel.com> To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-sato/web/web/fix_makefile.patch | 20 ++++++++++++++++++++ meta/recipes-sato/web/web_git.bb | 3 ++- 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-sato/web/web/fix_makefile.patch diff --git a/meta/recipes-sato/web/web/fix_makefile.patch b/meta/recipes-sato/web/web/fix_makefile.patch new file mode 100644 index 0000000..3dd3b15 --- /dev/null +++ b/meta/recipes-sato/web/web/fix_makefile.patch @@ -0,0 +1,20 @@ +Upstream-Status: Pending + +Nitin A Kamble 2011/05/10 +Fix following build error: + +| NOTE: make -j 16 +| Makefile:719: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. +| ERROR: oe_runmake failed + +Index: git/Makefile.am +=================================================================== +--- git.orig/Makefile.am ++++ git/Makefile.am +@@ -5,5 +5,5 @@ SUBDIRS = src data + MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing + + snapshot: +- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` ++ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` + diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb index 612a02d..8868bc6 100644 --- a/meta/recipes-sato/web/web_git.bb +++ b/meta/recipes-sato/web/web_git.bb @@ -2,13 +2,14 @@ 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 = "r0" +PR = "r1" SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" PV = "0.0+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ file://owl-window-menu.patch \ + file://fix_makefile.patch \ " LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"