| Submitter | Christopher Larson |
|---|---|
| Date | Jan. 8, 2013, 8:31 p.m. |
| Message ID | <1357677067-26082-1-git-send-email-kergoth@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/42341/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index 3f27eab..8493da4 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff @@ -44,7 +44,7 @@ def main(): print("Unable to find bitbake by searching parent directory of this script or PATH") sys.exit(1) - sys.path.extend([newpath, bitbakepath + '/lib']) + sys.path[0:0] = [newpath, bitbakepath + '/lib'] import oe.buildhistory_analysis if len(sys.argv) > 3: