[oe-commits] Dmitry Eremin-Solenikov : groff: add runtime dependency on sed

git at git.openembedded.org git at git.openembedded.org
Sat Apr 11 22:34:08 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 0bc4ff3b1372945cb65bcfd093c4e17d47ccee81
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0bc4ff3b1372945cb65bcfd093c4e17d47ccee81

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Thu Apr  9 22:58:52 2015 +0300

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]

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/groff/groff_1.22.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index 36b221a..7955a5c 100644
--- a/meta/recipes-extended/groff/groff_1.22.3.bb
+++ b/meta/recipes-extended/groff/groff_1.22.3.bb
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
+RDEPENDS_${PN} += "sed"
 
 RDEPENDS_${PN} = "perl"
 



More information about the Openembedded-commits mailing list