summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-15 12:09:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-19 13:34:42 +0100
commit32d23513c85a00778e3c54522a78033d53648238 (patch)
treeb067fa2d919bd93f0765e5831db8949b10ed65b9 /meta/recipes-extended/groff
parentfa391a518ae8fc99e6eea3ca742a89ae39067796 (diff)
downloadpoky-32d23513c85a00778e3c54522a78033d53648238.tar.gz
groff: fix RDEPENDS
RDEPENDS_${PN} is appended with "sed" and on the following line it's fixed to just "perl". Merge both lines to have correct RDEPENDS. (From OE-Core rev: 5519d245dcf698b57949d29fc777928952a3f992) 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.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index 7955a5cf08..dac0fdfe30 100644
--- a/meta/recipes-extended/groff/groff_1.22.3.bb
+++ b/meta/recipes-extended/groff/groff_1.22.3.bb
@@ -16,9 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
16 16
17DEPENDS = "groff-native" 17DEPENDS = "groff-native"
18DEPENDS_class-native = "" 18DEPENDS_class-native = ""
19RDEPENDS_${PN} += "sed" 19RDEPENDS_${PN} += "perl sed"
20
21RDEPENDS_${PN} = "perl"
22 20
23inherit autotools texinfo 21inherit autotools texinfo
24 22