diff options
author | Aaron Chan <aaron.chun.yew.chan@intel.com> | 2019-08-12 16:44:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-13 09:37:36 +0100 |
commit | a81b94c085828b271157f7a4f4904c129dd9b8d1 (patch) | |
tree | 1ad3b590f63a019d5fecfd35eea1d61f3c82da66 /meta/recipes-devtools/python | |
parent | 9983b07fffd19082abded7c3f15cc77d306dd69c (diff) | |
download | poky-a81b94c085828b271157f7a4f4904c129dd9b8d1.tar.gz |
python3-dbus: Add native and nativesdk variants
(From OE-Core rev: c7b057ee871bd691615c489390c72406108931f7)
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 |
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" | |||
22 | RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" | 22 | RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" |
23 | 23 | ||
24 | FILES_${PN}-dev += "${libdir}/pkgconfig" | 24 | FILES_${PN}-dev += "${libdir}/pkgconfig" |
25 | |||
26 | BBCLASSEXTEND = "native nativesdk" | ||