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

git at git.openembedded.org git at git.openembedded.org
Thu Jun 29 15:21:14 UTC 2017


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

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

commit 593d8ac5a896deda1fd6ad6990ad4e7fe6f7fbec
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