diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
commit | d35318a9a356ca654f02bbc878a33fe6cc869ad6 (patch) | |
tree | 9acdcd47256d4f9e9dd30df1f949074d977d23c2 /recipes/wv/wv_1.2.0.bb | |
parent | b87f7e3a475c965dd4a7c60277ef617f16e915ba (diff) | |
parent | f6eb78a867e439f4cd67ce2a9fc06eb74743a909 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/wv/wv_1.2.0.bb')
-rw-r--r-- | recipes/wv/wv_1.2.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 +} |