[oe-commits] [openembedded-core] 02/04: meson: fix RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Oct 4 08:07:17 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 59b3d70c17b7d3f4359e5b09f8ac9cab6e3de8f5
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Oct 4 01:22:10 2019 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/meson/meson.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index 2958a2a..d365bcd 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list