]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: add runtime dependency on sed
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Thu, 9 Apr 2015 19:58:52 +0000 (22:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:35 +0000 (22:28 +0100)
This is to suppress the following QA warning:
groff-1.22.2: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/groff/groff_1.22.3.bb

index 36b221aa1f09637bf074e216df063cc434208871..7955a5cf089c6ef669de7bf53416f6c0f323e0f9 100644 (file)
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
+RDEPENDS_${PN} += "sed"
 
 RDEPENDS_${PN} = "perl"