[oe] [meta-networking][PATCH 17/18] fwknop: Use new config.guess and config.sub

Khem Raj raj.khem at gmail.com
Mon Mar 19 06:02:59 UTC 2018


This brings in new architecture support for risc-v

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.16.2




More information about the Openembedded-devel mailing list