summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 22:58:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-13 22:33:22 +0100
commit5dff87d06ccd05115b54edfd6f314fbbb51b3925 (patch)
tree700fab141d1cc3a9c39c177247e5c4c7e5b99246 /meta/recipes-extended/groff
parent7a5a20d5b6f0b881a051ee998cfb3adbc08119e9 (diff)
downloadpoky-5dff87d06ccd05115b54edfd6f314fbbb51b3925.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/groff')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index 36b221aa1f..7955a5cf08 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
16 16
17DEPENDS = "groff-native" 17DEPENDS = "groff-native"
18DEPENDS_class-native = "" 18DEPENDS_class-native = ""
19RDEPENDS_${PN} += "sed"
19 20
20RDEPENDS_${PN} = "perl" 21RDEPENDS_${PN} = "perl"
21 22