]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-dbus: Add native and nativesdk variants
authorAaron Chan <aaron.chun.yew.chan@intel.com>
Mon, 12 Aug 2019 15:44:59 +0000 (16:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2019 08:35:55 +0000 (09:35 +0100)
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
meta/recipes-devtools/python/python3-dbus_1.2.8.bb

index 923da3c00acb9ad24ffb1c6d469f0c2531c18733..2fb1eae96cbfe65693ea241914afbdedb1e4fa11 100644 (file)
@@ -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"