aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-01-14 17:30:18 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-22 12:22:37 +0100
commit3c96399c76036a1cb792a8f4dec1b824643360d3 (patch)
tree35ecdaf686acb1abfc8f84ed1087bcc8bdc32e02
parent82cbf30df05e952917f36813916d1496787e2b20 (diff)
downloadmeta-openembedded-contrib-3c96399c76036a1cb792a8f4dec1b824643360d3.tar.gz
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@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-support/netcf/netcf_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index 60d82d1078..93f8c70d3b 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