nmap: add aarch64 config support

allow nmap to build for arm64 qemu machine.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2015-02-13 15:55:24 -08:00
parent a72b7c2925
commit 009728f409
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2"
SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
file://add_aarch64_to_configure.patch"
SRC_URI[md5sum] = "edfe81f6763223c0a29bfa15a8526e2a"
SRC_URI[sha256sum] = "8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591"