[oe-commits] [meta-openembedded] 29/53: meson: set RDEPENDS globally instead of just for target

git at git.openembedded.org git at git.openembedded.org
Sat Jul 1 08:00:12 UTC 2017


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

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 3710b9da7facfc52940bb342d8e10697d114feed
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jun 26 16:11:13 2017 +0100

    meson: set RDEPENDS globally instead of just for target
    
    Now that python3-native has the correct provides, the RDEPENDS can be set
    globally instead of just for target (which helps a future nativesdk-meson
    package).
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
index a2c5e4d..ab54b8c 100644
--- a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
+++ b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
@@ -14,6 +14,6 @@ S = "${WORKDIR}/git"
 
 inherit setuptools3
 
-RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules"
+RDEPENDS_${PN} = "ninja python3-core python3-modules"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list