From 80bc976c5268952a0bfda3a9648230500799a0f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 Mar 2018 23:02:59 -0700 Subject: fwknop: Use new config.guess and config.sub This brings in new architecture support for risc-v Signed-off-by: Khem Raj Signed-off-by: Armin Kuster Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb index 49b11ad33..0fd5f6fed 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb @@ -17,6 +17,9 @@ EXTRA_OECONF = " --with-iptables=/usr/sbin/iptables \ " do_configure () { + install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config + install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config + aclocal libtoolize --automake --copy --force autoconf -- cgit v1.2.3-54-g00ecf