mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 02:42:38 +00:00
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:
parent
685db49681
commit
3710b9da7f
@ -14,6 +14,6 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules"
|
RDEPENDS_${PN} = "ninja python3-core python3-modules"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user