support/scripts/pkg-stats: store pkg dir path
This value can be used for later processing. In the buildroot-stats application this is used to create links pointing to the git repo of buildroot. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0e267518cb
commit
d31fadfbf5
@ -64,6 +64,7 @@ class Package:
|
||||
def __init__(self, name, path):
|
||||
self.name = name
|
||||
self.path = path
|
||||
self.pkg_path = os.path.dirname(path)
|
||||
self.infras = None
|
||||
self.license = None
|
||||
self.has_license = False
|
||||
|
Loading…
Reference in New Issue
Block a user