From 68c391f50a753a51c99a10fdffd6f35c516f2873 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 19 Dec 2022 21:42:48 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3