diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb index c8b9158e6c..201908f3c9 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | |||
@@ -92,6 +92,8 @@ PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite" | |||
92 | FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" | 92 | FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" |
93 | FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" | 93 | FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" |
94 | 94 | ||
95 | SYSROOT_DIRS += "${bindir}" | ||
96 | |||
95 | RDEPENDS:${PN}-compiler = "${PN}" | 97 | RDEPENDS:${PN}-compiler = "${PN}" |
96 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 98 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
97 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" | 99 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" |