diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb | 3 |
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" | |||
101 | FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" | 101 | FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" |
102 | FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" | 102 | FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" |
103 | 103 | ||
104 | # CMake requires binaries to exist in sysroot, even if they have wrong architecture. | ||
105 | SYSROOT_DIRS += "${bindir}" | ||
106 | |||
107 | RDEPENDS:${PN}-compiler = "${PN}" | 104 | RDEPENDS:${PN}-compiler = "${PN}" |
108 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 105 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
109 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" | 106 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" |