diff options
author | Ross Burton <ross.burton@intel.com> | 2019-10-04 01:22:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 11:22:24 +0100 |
commit | 64bbe3b1b4d335e6dc23d654264f2d78027c0658 (patch) | |
tree | 526d0e95de9e78bb7d0c367364aab72c337a7106 /meta/recipes-devtools/meson/meson.inc | |
parent | 048fada49ec28b37176793577c249aeb7eb2e1ec (diff) | |
download | poky-64bbe3b1b4d335e6dc23d654264f2d78027c0658.tar.gz |
meson: fix RDEPENDS
Meson needs python3-pkg-resources to work to add to RDEPENDS.
Remove python3-core as this is automatically pulled in by python3-modules.
(From OE-Core rev: d253b061fbe45ae965af71008e9a6c6fe5037cd3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 2958a2a8de..d365bcd8a3 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -32,6 +32,6 @@ UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | |||
32 | 32 | ||
33 | inherit setuptools3 | 33 | inherit setuptools3 |
34 | 34 | ||
35 | RDEPENDS_${PN} = "ninja python3-core python3-modules" | 35 | RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources" |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/polkit-1" | 37 | FILES_${PN} += "${datadir}/polkit-1" |