diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-01-03 11:56:55 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-04 13:23:33 +0100 |
commit | 74fbc205048f949477dfb85d24e9c8a3a8390be2 (patch) | |
tree | f20d5bc8967e5cf371e08bd7d2ee8e8ed92a8524 /utils/getdeveloperlib.py | |
parent | 46b6ae6a665225fbbeeb80f8bfba128739a9e4ee (diff) | |
download | buildroot-74fbc205048f949477dfb85d24e9c8a3a8390be2.tar.gz buildroot-74fbc205048f949477dfb85d24e9c8a3a8390be2.zip |
Revert "utils/get-developers: make it callable from elsewhere than the toplevel directory"
This reverts commit 62d5558f76a790d1c1b3a1834f1736dc86b6e34f.
This actually does not work, as patches contain paths relative to the
toplevel directory as well.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'utils/getdeveloperlib.py')
-rw-r--r-- | utils/getdeveloperlib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/getdeveloperlib.py b/utils/getdeveloperlib.py index 84665520c6..2c8d477583 100644 --- a/utils/getdeveloperlib.py +++ b/utils/getdeveloperlib.py @@ -158,8 +158,6 @@ def parse_developers(basepath=None): linen = 0 if basepath is None: basepath = os.getcwd() - else: - basepath = os.path.abspath(basepath) with open(os.path.join(basepath, "DEVELOPERS"), "r") as f: files = [] name = None |