From 2d8e4dfc5684f8787fee879b9a4d95a6868b31dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Sun, 8 Nov 2009 18:23:00 +0100 Subject: wv: fix compile problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit base_do_compile() checks if there's Makefile or makefile in source directory, and then it runs oe_runmake. Since there's GNUmakefile generated, change do_compile accordingly. Signed-off-by: Petr Štetiar --- recipes/wv/wv_1.2.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/wv/wv_1.2.0.bb') diff --git a/recipes/wv/wv_1.2.0.bb b/recipes/wv/wv_1.2.0.bb index 7f06f587c4..b3114a5325 100644 --- a/recipes/wv/wv_1.2.0.bb +++ b/recipes/wv/wv_1.2.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Programs for accessing Microsoft Word documents" HOMEPAGE = "http://wvware.sourceforge.net/" LICENSE = "GPLv2" DEPENDS = "libgsf glib-2.0" -PR = "r3" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ file://pkgconfig.patch;patch=1" @@ -16,3 +16,7 @@ EXTRA_OECONF = "" do_stage () { autotools_stage_all } + +do_compile () { + oe_runmake -f GNUmakefile +} -- cgit v1.2.3