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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ross Burton 2017-06-26 16:11:13 +01:00 committed by Martin Jansa
parent 685db49681
commit 3710b9da7f

View File

@ -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"