From: Ross Burton Date: Fri, 4 Oct 2019 00:22:10 +0000 (+0100) Subject: meson: fix RDEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d253b061fbe45ae965af71008e9a6c6fe5037cd3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 2958a2a8de4..d365bcd8a35 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" inherit setuptools3 -RDEPENDS_${PN} = "ninja python3-core python3-modules" +RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources" FILES_${PN} += "${datadir}/polkit-1"