summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-12-20 15:35:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-03 21:16:00 +0000
commiteb4898839fbf6060c440052cf40e6ce1d4e35ea7 (patch)
tree319621d4afb1f5f13da16af6a04bdf7a90552d25 /meta
parent535abb934a1be52090a11d65984a4ca6681c13be (diff)
downloadpoky-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.bb5
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
67RDEPENDS_${PN} += "\ 67RDEPENDS_${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
74FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}" 73FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}"