]> code.ossystems Code Review - openembedded-core.git/commit
native: Enable RDEPENDS handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Feb 2019 14:52:29 +0000 (14:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2019 10:18:49 +0000 (10:18 +0000)
commitc62520b63284927e177831c351fafa4d2768cb1f
tree32a7b70db9bf9f1fcaec8c745daaa363ba099411
parent5cf10dcfe36c2c32c149292d0f86e943f23268a3
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass