mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5df6f79697
commit
c4d7659dac
@@ -0,0 +1,20 @@
|
|||||||
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Nitin A Kamble <nitin.a.kamble@intel.com> 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"`
|
||||||
|
|
||||||
@@ -2,13 +2,14 @@ LICENSE = "GPLv2"
|
|||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
|
DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
|
||||||
DESCRIPTION = "Web is a multi-platform web browsing application."
|
DESCRIPTION = "Web is a multi-platform web browsing application."
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a"
|
SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a"
|
||||||
PV = "0.0+git${SRCPV}"
|
PV = "0.0+git${SRCPV}"
|
||||||
|
|
||||||
SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \
|
SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \
|
||||||
file://owl-window-menu.patch \
|
file://owl-window-menu.patch \
|
||||||
|
file://fix_makefile.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|||||||
Reference in New Issue
Block a user