mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
048fada49e
commit
64bbe3b1b4
@@ -32,6 +32,6 @@ UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "ninja python3-core python3-modules"
|
||||
RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources"
|
||||
|
||||
FILES_${PN} += "${datadir}/polkit-1"
|
||||
|
||||
Reference in New Issue
Block a user