utils/getdeveloperlib.py: fix issue with hasfile()
authorHeiko Thiery <heiko.thiery@gmail.com>
Fri, 13 Nov 2020 14:06:27 +0000 (15:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 Nov 2020 22:47:01 +0000 (23:47 +0100)
commitafc112b0e4627a01e95887f7770437b0d060cf43
treed140ec76683f496692c523d49af8cb479a1e6af8
parent105d61c85062b18bc9555011f909c8c8a5a33277
utils/getdeveloperlib.py: fix issue with hasfile()

pkg-stats is not able anymore to set the developers for defconfigs and
packages. This issue is introduced with
ae86067a151b6596ca492d6f94ed513f4f8e18d7. The hasfile() method from
Developer object tries to check an absolute path against a relative path.

Convert the filepath to be checked also into an absolute path.

Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
utils/getdeveloperlib.py