From: Frans Meulenbroeks Date: Sat, 23 Oct 2010 14:00:45 +0000 (+0200) Subject: wv/wv_1.2.4.bb: removed unneeded EXTRA_OECONF X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d078412dd9b0ba327d7030243cc1341603b38926;p=openembedded.git 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 --- 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 }