]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: fix RDEPENDS
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Wed, 15 Apr 2015 09:09:28 +0000 (12:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Apr 2015 12:34:04 +0000 (13:34 +0100)
RDEPENDS_${PN} is appended with "sed" and on the following line it's fixed
to just "perl". Merge both lines to have correct RDEPENDS.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/groff/groff_1.22.3.bb

index 7955a5cf089c6ef669de7bf53416f6c0f323e0f9..dac0fdfe30b225d6d45402b4395aa2d92289820d 100644 (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