mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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: 1763ff614d11c78bf36d80d27dd6a4f45cbea070) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a5a20d5b6
commit
5dff87d06c
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
|
||||
|
||||
DEPENDS = "groff-native"
|
||||
DEPENDS_class-native = ""
|
||||
RDEPENDS_${PN} += "sed"
|
||||
|
||||
RDEPENDS_${PN} = "perl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user