summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
index d5fd90137..89e1071b5 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
@@ -109,7 +109,7 @@ SYSROOT_DIRS += "${bindir}"
109RDEPENDS:${PN} = "abseil-cpp" 109RDEPENDS:${PN} = "abseil-cpp"
110RDEPENDS:${PN}-lite = "abseil-cpp" 110RDEPENDS:${PN}-lite = "abseil-cpp"
111RDEPENDS:${PN}-compiler = "${PN}" 111RDEPENDS:${PN}-compiler = "${PN}"
112RDEPENDS:${PN}-dev += "${PN}-compiler" 112RDEPENDS:${PN}-dev += "${@bb.utils.contains('PACKAGECONFIG', 'compiler', '${PN}-compiler', '', d)}"
113RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" 113RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}"
114 114
115MIPS_INSTRUCTION_SET = "mips" 115MIPS_INSTRUCTION_SET = "mips"