[oe-commits] Frans Meulenbroeks : wv/wv_1.2.4.bb: removed unneeded EXTRA_OECONF

git version control git at git.openembedded.org
Sat Oct 23 14:56:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d078412dd9b0ba327d7030243cc1341603b38926
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d078412dd9b0ba327d7030243cc1341603b38926

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Oct 23 16:00:45 2010 +0200

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 at gmail.com>

---

 recipes/wv/wv_1.2.4.bb |    3 ---
 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 3d291c0..5876cf7 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 
 }





More information about the Openembedded-commits mailing list