mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 20:33:40 +00:00
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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user