summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAaron Chan <aaron.chun.yew.chan@intel.com>2019-08-12 16:44:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-13 09:35:55 +0100
commitc7b057ee871bd691615c489390c72406108931f7 (patch)
tree2ae2b8d92d5fc7608e655f6a68eb186e483cbed8 /meta/recipes-devtools/python
parente5f8c1facfc3507710d7111951fe075e01c58e4e (diff)
downloadopenembedded-core-contrib-c7b057ee871bd691615c489390c72406108931f7.tar.gz
python3-dbus: Add native and nativesdk variants
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.2.8.bb2
1 files changed, 2 insertions, 0 deletions
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 923da3c00a..2fb1eae96c 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"