diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-03-05 19:43:26 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-07 09:33:45 -0800 |
commit | 3b94c03c2b413736fb2c78e0dfa4bfa12847fc8c (patch) | |
tree | ea6eb77109cda8a89911997d7c6f8bfa9b55a9a2 /meta-oe/recipes-security | |
parent | e16dbc4ca18d06832e80920c7e57cfbe024e4ff3 (diff) | |
download | meta-openembedded-3b94c03c2b413736fb2c78e0dfa4bfa12847fc8c.tar.gz |
nmap: Fix build on RISC-V
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security')
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.70.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb index e878038266..b1b150a7d0 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.70.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb | |||
@@ -42,6 +42,8 @@ export PYTHON_SITEPACKAGES_DIR | |||
42 | 42 | ||
43 | do_configure() { | 43 | do_configure() { |
44 | autoconf | 44 | autoconf |
45 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
46 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
45 | oe_runconf | 47 | oe_runconf |
46 | } | 48 | } |
47 | 49 | ||