summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb
index 06d73d648f..1edc21cdfc 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb
@@ -101,9 +101,6 @@ PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite"
101FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" 101FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}"
102FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" 102FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}"
103 103
104# CMake requires binaries to exist in sysroot, even if they have wrong architecture.
105SYSROOT_DIRS += "${bindir}"
106
107RDEPENDS:${PN}-compiler = "${PN}" 104RDEPENDS:${PN}-compiler = "${PN}"
108RDEPENDS:${PN}-dev += "${PN}-compiler" 105RDEPENDS:${PN}-dev += "${PN}-compiler"
109RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" 106RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}"