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>
This commit is contained in:
Dmitry Eremin-Solenikov
2015-04-15 12:09:28 +03:00
committed by Richard Purdie
parent fa391a518a
commit 32d23513c8

View File

@@ -16,9 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6
DEPENDS = "groff-native"
DEPENDS_class-native = ""
RDEPENDS_${PN} += "sed"
RDEPENDS_${PN} = "perl"
RDEPENDS_${PN} += "perl sed"
inherit autotools texinfo