diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-13 20:24:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-14 17:33:49 +0100 |
commit | b199dd0edf2e09ee56e8761e93933dc295758e74 (patch) | |
tree | 39ede08045421176724aee0dcc94cd44f0fe4d95 /meta/recipes-extended | |
parent | c56c9b7f2ddeaf4a99c71741028ae09dfd21bd14 (diff) | |
download | poky-b199dd0edf2e09ee56e8761e93933dc295758e74.tar.gz |
insane.bbclass: in file-rdeps do not look into RDEPENDS recursively
Recursive RDEPENDS resolution requires that all of the dependent
recipes' packaging has completed. There is no mechanism to ensure that
and therefore races were observed.
This change effectively requires recipes to list their runtime file
dependencies explicitly rather than have them pulled indirectly.
This may require a bit of fixing in layers, but should result
in a better definition of runtime file dependencies.
(From OE-Core rev: 08e2b5a31b23b98459479caf6ec5f5c6fc19d57a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions