diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-10 22:19:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 17:14:24 +0100 |
commit | c4d7659dac54c2aa57e63b391d2f74b5ea5b6278 (patch) | |
tree | 5f79a726202a4408faef649221251f4465a99881 /meta/recipes-sato | |
parent | 5df6f796971bc5750df53092529bce5032805f04 (diff) | |
download | poky-c4d7659dac54c2aa57e63b391d2f74b5ea5b6278.tar.gz |
web: fix typo in Makefile
(From OE-Core rev: 67d76c3bc6918957e1993368f45b1fb9cfd5cf63)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/web/web/fix_makefile.patch | 20 | ||||
-rw-r--r-- | meta/recipes-sato/web/web_git.bb | 3 |
2 files changed, 22 insertions, 1 deletions
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 0000000000..3dd3b15928 --- /dev/null +++ b/meta/recipes-sato/web/web/fix_makefile.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10 | ||
4 | Fix following build error: | ||
5 | |||
6 | | NOTE: make -j 16 | ||
7 | | Makefile:719: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. | ||
8 | | ERROR: oe_runmake failed | ||
9 | |||
10 | Index: git/Makefile.am | ||
11 | =================================================================== | ||
12 | --- git.orig/Makefile.am | ||
13 | +++ git/Makefile.am | ||
14 | @@ -5,5 +5,5 @@ SUBDIRS = src data | ||
15 | MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing | ||
16 | |||
17 | snapshot: | ||
18 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
19 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
20 | |||
diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb index 612a02daba..8868bc6ff4 100644 --- a/meta/recipes-sato/web/web_git.bb +++ b/meta/recipes-sato/web/web_git.bb | |||
@@ -2,13 +2,14 @@ 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 = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" | 7 | SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" |
8 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ | 10 | SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ |
11 | file://owl-window-menu.patch \ | 11 | file://owl-window-menu.patch \ |
12 | file://fix_makefile.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |