aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:00:45 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:00:45 +0200
commitd078412dd9b0ba327d7030243cc1341603b38926 (patch)
treeee7387590cc8fa127cf6a1cebbe7aa8f2ba11be8 /recipes/wv
parent117024cefa6d38753e3094b964b077aa7c0ce17f (diff)
downloadopenembedded-d078412dd9b0ba327d7030243cc1341603b38926.tar.gz
wv/wv_1.2.4.bb: removed unneeded EXTRA_OECONF
verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/wv')
-rw-r--r--recipes/wv/wv_1.2.4.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/wv/wv_1.2.4.bb b/recipes/wv/wv_1.2.4.bb
index 3d291c091a..5876cf77e8 100644
--- a/recipes/wv/wv_1.2.4.bb
+++ b/recipes/wv/wv_1.2.4.bb
@@ -9,13 +9,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz;name=src \
SRC_URI[src.md5sum] = "c1861c560491f121e12917fa76970ac5"
SRC_URI[src.sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6"
-
inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
-EXTRA_OECONF = ""
-
do_compile () {
oe_runmake -f GNUmakefile
}