diff mbox series

python3-dbusmock: allow to build native

Message ID 20221219204248.3540692-1-f_l_k@t-online.de
State Accepted, archived
Commit 68c391f50a753a51c99a10fdffd6f35c516f2873
Headers show
Series python3-dbusmock: allow to build native | expand

Commit Message

Markus Volk Dec. 19, 2022, 8:42 p.m. UTC
This is e.g. needed by xdg-desktop-portal

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 dd28f115d1..1290fcd2f1 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"