diff options
author | Ross Burton <ross.burton@intel.com> | 2018-12-20 15:35:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-03 21:16:00 +0000 |
commit | eb4898839fbf6060c440052cf40e6ce1d4e35ea7 (patch) | |
tree | 319621d4afb1f5f13da16af6a04bdf7a90552d25 /meta | |
parent | 535abb934a1be52090a11d65984a4ca6681c13be (diff) | |
download | poky-eb4898839fbf6060c440052cf40e6ce1d4e35ea7.tar.gz |
nativesdk-meson: add missing dependency on setuptools
Meson uses pkg_resources, which is part of setuptools.
(From OE-Core rev: 30a9dbc8a13928541ce6ff270801b8fd1c8af37e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb index 53503aa998..721ee8c8f1 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb | |||
@@ -66,9 +66,8 @@ do_install_append() { | |||
66 | 66 | ||
67 | RDEPENDS_${PN} += "\ | 67 | RDEPENDS_${PN} += "\ |
68 | nativesdk-ninja \ | 68 | nativesdk-ninja \ |
69 | nativesdk-python3-core \ | 69 | nativesdk-python3 \ |
70 | nativesdk-python3-misc \ | 70 | nativesdk-python3-setuptools \ |
71 | nativesdk-python3-modules \ | ||
72 | " | 71 | " |
73 | 72 | ||
74 | FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}" | 73 | FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}" |