]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: fix QA issue with rdepends
authorArmin Kuster <akuster808@gmail.com>
Thu, 5 Feb 2015 03:45:19 +0000 (19:45 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Feb 2015 17:39:53 +0000 (17:39 +0000)
WARNING: QA Issue: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/groff/groff_1.22.2.bb

index 63f0425ea42436779a9647c1b62a0695930107a4..6c6926ff62a50c6eefa5ef1cf1eee54af8873867 100644 (file)
@@ -63,4 +63,6 @@ do_install_append_class-native() {
 FILES_${PN} += "${libdir}/${BPN}/site-tmac \
                 ${libdir}/${BPN}/groffer/"
 
+RDEPENDS_${PN} = " sed"
+
 BBCLASSEXTEND = "native"