aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/patch.bbclass
AgeCommit message (Expand)Author
2009-07-28patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz
2007-08-03patch.bbclass: Add support for maxrev and minrevRichard Purdie
2007-05-11patch.bbclass: Set default patch resolver to noopRichard Purdie
2007-04-14patch.bbclass: Specify a quiltrc file so users settings don't interfere with ...Richard Purdie
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie
2007-01-08patch.bbclass: Fix force options for recent quilt versionsRichard Purdie
2006-10-25patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson
2006-09-15patch.bbclass: sync with upstream oe.Chris Larson
2006-09-01patch.bbclass: updates from upstream oe.Chris Larson
2006-08-30Patch.bbclass: add NOOPResolver class for use in unattended builds, which doe...Chris Larson
2006-08-28Patch failure handling updates, added a 'patch' concrete class, so we can app...Chris Larson
2006-08-27Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it brok...Chris Larson
2006-08-23Fix the patch.bbclass error handling in a couple of the error paths by changi...Chris Larson
2006-08-22Clean up the way patch.bbclass's runcmd handles the directory not existing.Chris Larson
2006-08-21Changes for ticket:8, with fixes for the bugs reported by Richard.Chris Larson