mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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:
committed by
Richard Purdie
parent
fa391a518a
commit
32d23513c8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user