diff options
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb index 566233084..286bf0e3c 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb | |||
@@ -83,7 +83,7 @@ FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" | |||
83 | 83 | ||
84 | RDEPENDS:${PN}-compiler = "${PN}" | 84 | RDEPENDS:${PN}-compiler = "${PN}" |
85 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 85 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
86 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}" | 86 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" |
87 | 87 | ||
88 | MIPS_INSTRUCTION_SET = "mips" | 88 | MIPS_INSTRUCTION_SET = "mips" |
89 | 89 | ||