From 3ef754446c49990dfe8ed65cd78dfb7a85288a4e Mon Sep 17 00:00:00 2001 From: Vyacheslav Yurkov Date: Thu, 25 Aug 2022 13:46:22 +0200 Subject: protobuf: correct ptest dependency Signed-off-by: Vyacheslav Yurkov Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb index 5662330840..286bf0e3c8 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb @@ -83,7 +83,7 @@ FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" RDEPENDS:${PN}-compiler = "${PN}" RDEPENDS:${PN}-dev += "${PN}-compiler" -RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}" +RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-protobuf', '', d)}" MIPS_INSTRUCTION_SET = "mips" -- cgit v1.2.3-54-g00ecf