summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/local.py
AgeCommit message (Expand)Author
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-01-16Fix an obvious copy-and-paste error in the documentation for aRobert P. J. Day
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2008-04-27fetchers: Tweak the new checkstatus code to handle some corner cases betterRichard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2007-08-12fetch/local.py: Fix local fetcher's localpath return values (remove parameters)Richard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-12Fetchers: Add forcefetch method for handling of SRCDATE now or tag=master. Mo...Richard Purdie
2006-11-12fetchers: Create a urldata object which is passed between the different url m...Richard Purdie
2006-11-12fetchers: Refactor interating through urls into the fetcher core (preparing f...Richard Purdie
2005-12-18bitbake/bb/fetch:Holger Hans Peter Freyther