From a81b94c085828b271157f7a4f4904c129dd9b8d1 Mon Sep 17 00:00:00 2001 From: Aaron Chan Date: Mon, 12 Aug 2019 16:44:59 +0100 Subject: python3-dbus: Add native and nativesdk variants (From OE-Core rev: c7b057ee871bd691615c489390c72406108931f7) Signed-off-by: Aaron Chan Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') 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" -- cgit 1.2.3-korg