diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 2 |
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}" | |||
109 | RDEPENDS:${PN} = "abseil-cpp" | 109 | RDEPENDS:${PN} = "abseil-cpp" |
110 | RDEPENDS:${PN}-lite = "abseil-cpp" | 110 | RDEPENDS:${PN}-lite = "abseil-cpp" |
111 | RDEPENDS:${PN}-compiler = "${PN}" | 111 | RDEPENDS:${PN}-compiler = "${PN}" |
112 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 112 | RDEPENDS:${PN}-dev += "${@bb.utils.contains('PACKAGECONFIG', 'compiler', '${PN}-compiler', '', d)}" |
113 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" | 113 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" |
114 | 114 | ||
115 | MIPS_INSTRUCTION_SET = "mips" | 115 | MIPS_INSTRUCTION_SET = "mips" |