summaryrefslogtreecommitdiff
path: root/recipes/wv/wv_1.2.0.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-11-10 11:57:14 +0000
committerGraeme Gregory <dp@xora.org.uk>2009-11-10 11:57:14 +0000
commitd35318a9a356ca654f02bbc878a33fe6cc869ad6 (patch)
tree9acdcd47256d4f9e9dd30df1f949074d977d23c2 /recipes/wv/wv_1.2.0.bb
parentb87f7e3a475c965dd4a7c60277ef617f16e915ba (diff)
parentf6eb78a867e439f4cd67ce2a9fc06eb74743a909 (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.bb6
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
+}