mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
groff: add runtime dependency on sed
This is to suppress the following QA warning: groff-1.22.2: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps] (From OE-Core rev: f1e5913bee28f59efb252045a0113cae701d848d) Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67d83673ea
commit
09eb069ccf
@@ -17,6 +17,7 @@ SRC_URI[sha256sum] = "380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a1
|
||||
|
||||
DEPENDS = "groff-native"
|
||||
DEPENDS_class-native = ""
|
||||
RDEPENDS_${PN} += "sed"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user