diff mbox series

[1/4] nasm: remove groff-native dependency

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

Commit Message

Ross Burton May 18, 2026, 10:32 a.m. UTC
The documentation hasn't been built with groff since 2013[1], remove the
dependency.

[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 | 2 --
 1 file changed, 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 1e4719000f8..237ea947c7e 100644
--- a/meta/recipes-devtools/nasm/nasm_3.01.bb
+++ b/meta/recipes-devtools/nasm/nasm_3.01.bb
@@ -19,6 +19,4 @@  inherit autotools-brokensep
 
 BBCLASSEXTEND = "native"
 
-DEPENDS = "groff-native"
-
 CVE_PRODUCT = "netwide_assembler"