mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
native: Enable RDEPENDS handling
Native recipes don't currently honour their RDEPENDS. In the case of some python scripts this has started causing problems since whilst they're not needed at build time (DEPENDS), they are needed at runtime. We put off making this change due to circular dependency issues. I believe the three such problems in OE-Core are now fixed, as is the dependency loop identfication code in bitbake so its time to improve this situation. [YOCTO #10113] (From OE-Core rev: c62520b63284927e177831c351fafa4d2768cb1f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -192,3 +192,6 @@ do_packagedata[stamp-extra-info] = ""
|
||||
do_populate_sysroot[stamp-extra-info] = ""
|
||||
|
||||
USE_NLS = "no"
|
||||
|
||||
RECIPERDEPTASK = "do_populate_sysroot"
|
||||
do_populate_sysroot[rdeptask] = "${RECIPERDEPTASK}"
|
||||
|
||||
Reference in New Issue
Block a user