diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-08-30 01:21:58 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-10-04 05:21:28 -1000 |
| commit | 9d5a1d14c9c5ab190c5b3f0919571c5d276e5bf3 (patch) | |
| tree | 30f283d38f031994adc96210dbd02c47b60f4019 /meta/recipes-devtools/python/python-rfc3986-validator | |
| parent | 69fab13b5004b3d394821911dd0b9a2e63e6f73a (diff) | |
| download | poky-9d5a1d14c9c5ab190c5b3f0919571c5d276e5bf3.tar.gz | |
oe-depends-dot: improve '-w' behavior
The '-w' option is not giving very helpful information. For example,
if we add 'spice' to IMAGE_INSTALL, bitbake -g core-image-minimal,
and then run `oe-depends-dot -k nspr -w task-depends.dot', the result is:
$ oe-depends-dot -k nspr -w task-depends.dot
Because: core-image-minimal nss
core-image-minimal -> nss -> nspr
The result is not showing the full dependency chain which brings in nspr.
With this patch, the result is:
$ oe-depends-dot -k nspr -w task-depends.dot
Because: core-image-minimal nss libcacard spice
core-image-minimal -> spice -> libcacard -> nss -> nspr
This patch also fixes a typo in help message: recipe-depends.dot -> task-depends.dot.
(From OE-Core rev: 275410d3cc78acb66e9c7a6d529a58ac38581c8d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 222302810c472c8eb2efceaa757a253dcac5618f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-rfc3986-validator')
0 files changed, 0 insertions, 0 deletions
