From: Chan, Aaron Chun Yew Sent: Wednesday, July 24, 2019 4:46 PM To: Chan, Aaron Chun Yew <[email protected]> Subject: [OE-core][PATCH v2] python3-dbus: Add native and native-sdk support
From: Aaron Chan <[email protected]> This native support is required to enable ATSPI2 Dbus (a11y). Signed-off-by: Aaron Chan <[email protected]> --- meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb index 923da3c..2fb1eae 100644 --- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb +++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb @@ -22,3 +22,5 @@ EXTRA_OECONF += "--disable-documentation" RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" FILES_${PN}-dev += "${libdir}/pkgconfig" + +BBCLASSEXTEND = "native nativesdk" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
