mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
protobuf: correct ptest dependency
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d83086a2e4
commit
3ef754446c
|
|
@ -83,7 +83,7 @@ FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}"
|
||||||
|
|
||||||
RDEPENDS:${PN}-compiler = "${PN}"
|
RDEPENDS:${PN}-compiler = "${PN}"
|
||||||
RDEPENDS:${PN}-dev += "${PN}-compiler"
|
RDEPENDS:${PN}-dev += "${PN}-compiler"
|
||||||
RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}"
|
RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}"
|
||||||
|
|
||||||
MIPS_INSTRUCTION_SET = "mips"
|
MIPS_INSTRUCTION_SET = "mips"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user