[poky] [PATCH 0/1] Create new clean() mechanism inside fetcher2 code
Saul Wold
sgw at linux.intel.com
Thu Feb 10 11:17:04 PST 2011
From: Saul Wold <sgw at linux.intel.com>
This moves the knowledge about what to clean up from the fetcher2 in to
each of the fetcher modules.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgw/fetcher_fixes
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/fetcher_fixes
Thanks,
Saul Wold <sgw at linux.intel.com>
---
Saul Wold (1):
fetch2: Correct the clean() mechanism for the fetcher2 code
bitbake/lib/bb/fetch2/__init__.py | 34 ++++++++++++++++++++++++++++++++++
bitbake/lib/bb/fetch2/cvs.py | 12 ++++++++++++
bitbake/lib/bb/fetch2/git.py | 6 ++++++
bitbake/lib/bb/fetch2/local.py | 4 ++++
bitbake/lib/bb/fetch2/svn.py | 7 +++++++
meta/classes/base.bbclass | 24 +++++++++---------------
6 files changed, 72 insertions(+), 15 deletions(-)
More information about the poky
mailing list