diff mbox series

[v2] nasm: remove groff-native dependency

Message ID 20260519140105.507088-1-ross.burton@arm.com
State New
Headers show
Series [v2] nasm: remove groff-native dependency | expand

Commit Message

Ross Burton May 19, 2026, 2:01 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/nasm/nasm_3.01.bb b/meta/recipes-devtools/nasm/nasm_3.01.bb
index 1e4719000f..837aaad9ab 100644
--- a/meta/recipes-devtools/nasm/nasm_3.01.bb
+++ b/meta/recipes-devtools/nasm/nasm_3.01.bb
@@ -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"