[oe-commits] Dmitry Eremin-Solenikov : groff: fix RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Apr 19 12:36:24 UTC 2015


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

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Wed Apr 15 12:09:28 2015 +0300

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.

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 | 4 +---
 1 file changed, 1 insertion(+), 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 7955a5c..dac0fdf 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
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
-RDEPENDS_${PN} += "sed"
-
-RDEPENDS_${PN} = "perl"
+RDEPENDS_${PN} += "perl sed"
 
 inherit autotools texinfo
 



More information about the Openembedded-commits mailing list