summaryrefslogtreecommitdiff
path: root/recipes/quilt/quilt_0.48.bb
AgeCommit message (Collapse)AuthorFiles
2010-07-10quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refreshKhem Raj1
* OE now creates symlinks into metadata. This patch allows quilt to follow the symlinks so when a patch is refreshed then the result happens in the metadata location. * Creating a new patch will still happen in local patches directory unless one uses path into metadata. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-04-09quilt-0.48: Add new version 0.48 of quilt.Khem Raj1
checksums.ini: Add checksum for quilt 0.48 * Adds the latest release of quilt recipes. * Move PR out of quilt.inc into respective bb files.