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>
This commit is contained in:
Ting Liu
2014-01-14 17:30:18 +08:00
committed by Martin Jansa
parent 82cbf30df0
commit 3c96399c76
@@ -18,6 +18,7 @@ S = "${WORKDIR}/git"
inherit gettext autotools
EXTRA_OECONF_append_class-target = " --with-driver=redhat"
do_configure_prepend() {
cd ${S}
./bootstrap