summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb
index cc5204de4d..354b3213ad 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb
@@ -106,6 +106,8 @@ FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}"
106# CMake requires protoc binary to exist in sysroot, even if it has wrong architecture. 106# CMake requires protoc binary to exist in sysroot, even if it has wrong architecture.
107SYSROOT_DIRS += "${bindir}" 107SYSROOT_DIRS += "${bindir}"
108 108
109RDEPENDS:${PN} = "abseil-cpp"
110RDEPENDS:${PN}-lite = "abseil-cpp"
109RDEPENDS:${PN}-compiler = "${PN}" 111RDEPENDS:${PN}-compiler = "${PN}"
110RDEPENDS:${PN}-dev += "${PN}-compiler" 112RDEPENDS:${PN}-dev += "${PN}-compiler"
111RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" 113RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}"