diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-09 21:34:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:17:50 +0100 |
commit | 37ea2c8b299483f0e12fad66efa789c6445571e0 (patch) | |
tree | 16374817138a13fb52074e0f336336871e2af81f /meta/lib/oeqa/sdk/cases/python.py | |
parent | 2cbeb6edbfcbd9378a5a79b17f7d31a49e0356ff (diff) | |
download | openembedded-core-37ea2c8b299483f0e12fad66efa789c6445571e0.tar.gz openembedded-core-37ea2c8b299483f0e12fad66efa789c6445571e0.tar.bz2 openembedded-core-37ea2c8b299483f0e12fad66efa789c6445571e0.zip |
buildhistory.bbclass: Improve the generated depends.dot file
* Convert incorrectly formatted dependencies such as:
"bar -> "foo" ">=" "1.2.3"
into dependencies with edge labels:
"bar -> "foo" [label=">= 1.2.3"]
* Remove rpmlib() and config() dependencies such as:
"foo" -> "rpmlib(CompressedFileNames)" [label="<= 3.0.4-1"]
and:
"base-files" -> "config(base-files)" [label="= 3.0.14-r89.49"]
* Remove the trailing semicolon that was added to each line. It fills
no purpose.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/sdk/cases/python.py')
0 files changed, 0 insertions, 0 deletions