From: Aaron Chan Date: Mon, 12 Aug 2019 15:44:59 +0000 (+0100) Subject: python3-dbus: Add native and nativesdk variants X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b057ee871bd691615c489390c72406108931f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-dbus: Add native and nativesdk variants Signed-off-by: Aaron Chan --- 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 923da3c00ac..2fb1eae96cb 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"