summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/clearcase.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-1/+1
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de2019-12-281-1/+1
* bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie2019-11-211-3/+3
* bitbake: fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de2019-07-161-1/+3
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin2018-05-291-2/+1
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-1/+0
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-5/+5
* bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie2016-11-231-3/+3
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-4/+2
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-2/+2
* bitbake: fetch2: Add module for ClearCase (ccrc://)Dennis Meier2014-07-211-0/+263