@@ -5,6 +5,8 @@ DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6178dc4f5355e40552448080e67a214b"
+DEPENDS = "zlib"
+
SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
file://0001-stdlib-Add-strlcat.patch \
file://0002-Add-debug-prefix-map-option.patch \
@@ -19,6 +21,4 @@ inherit autotools-brokensep
BBCLASSEXTEND = "native"
-DEPENDS = "groff-native"
-
CVE_PRODUCT = "netwide_assembler"
The documentation hasn't been built with groff since 2013[1], remove the dependency. This exposes the fact that nasm depends on zlib, so add it to DEPENDS. [1] nasm 1a63699c ("man: Generate manpages from asciidoc format") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/nasm/nasm_3.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)