| Message ID | 20260518103249.592747-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] nasm: remove groff-native dependency | expand |
diff --git a/meta/recipes-extended/groff/groff_1.24.1.bb b/meta/recipes-extended/groff/groff_1.24.1.bb index 24b8146a727..e780603b1e6 100644 --- a/meta/recipes-extended/groff/groff_1.24.1.bb +++ b/meta/recipes-extended/groff/groff_1.24.1.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41 DEPENDS = "bison-native groff-native" RDEPENDS:${PN} += "perl sed" -inherit autotools-brokensep texinfo multilib_script pkgconfig +inherit autotools texinfo multilib_script pkgconfig MULTILIB_SCRIPTS = "${PN}:${bindir}/gpinyin ${PN}:${bindir}/grog"
The use of in-tree builds was done in 2019[1] as a result of a build failure, which no longer happens so this must have been fixed in either groff or gnulib. [1] oe-core 70c2364cae3 ("groff: upgrade 1.22.3 -> 1.22.4") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-extended/groff/groff_1.24.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)