summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb2
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
84RDEPENDS:${PN}-compiler = "${PN}" 84RDEPENDS:${PN}-compiler = "${PN}"
85RDEPENDS:${PN}-dev += "${PN}-compiler" 85RDEPENDS:${PN}-dev += "${PN}-compiler"
86RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}" 86RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}"
87 87
88MIPS_INSTRUCTION_SET = "mips" 88MIPS_INSTRUCTION_SET = "mips"
89 89