From: Markus Volk Date: Mon, 19 Dec 2022 20:42:48 +0000 (+0100) Subject: python3-dbusmock: allow to build native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68c391f50a753a51c99a10fdffd6f35c516f2873;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-dbusmock: allow to build native This is e.g. needed by xdg-desktop-portal Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb b/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb index dd28f115d16..1290fcd2f1c 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb @@ -17,3 +17,5 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-unittest \ ${PYTHON_PN}-xml \ " + +BBCLASSEXTEND = "native"