From 3c96399c76036a1cb792a8f4dec1b824643360d3 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 14 Jan 2014 17:30:18 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-support/netcf/netcf_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') 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 -- cgit 1.2.3-korg