[oe-commits] Ting Liu : netcf: hardcode --with-driver=redhat for target build

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 17:55:51 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3c96399c76036a1cb792a8f4dec1b824643360d3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3c96399c76036a1cb792a8f4dec1b824643360d3

Author: Ting Liu <b28495 at freescale.com>
Date:   Tue Jan 14 17:30:18 2014 +0800

netcf: hardcode --with-driver=redhat for target build

The configure script of netcf checks the HOST setup to identify the
network interface. This means it checks for Red Hat, SuSE, debian,
Ubuntu, etc. As this is an embedded cross build, it doesn't seem to
make sense to check the HOST in the first place to determine info for
the TARGET.

Signed-off-by: Ting Liu <b28495 at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/netcf/netcf_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index 60d82d1..93f8c70 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_git.bb
@@ -18,6 +18,7 @@ S = "${WORKDIR}/git"
 
 inherit gettext autotools
 
+EXTRA_OECONF_append_class-target = " --with-driver=redhat"
 do_configure_prepend() {
 	cd ${S}
 	./bootstrap



More information about the Openembedded-commits mailing list