aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt/quilt-0.48
AgeCommit message (Collapse)Author
2010-09-28quilt-0.48: Use cp instead of mv for backing up patches.Khem Raj
* mv would not preserve symlinks but cp -a would. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-28quilt-native: Use the quilt.quiltrc from sysroot instead of /etcKhem Raj
This fix is only applied on build systems using linux Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-25quilt-0.48: Check if file is a symlink before deleting.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-17quilt-native_0.48: Patch to properly detect newer versions of GNU patch is ↵Yuri Bushmelev
added. New versions of GNU patch present themselves as "GNU patch" instead of just "patch". NOTE1: both configure.ac and configure are patched because we have no native autotools at that stage. NOTE2: encountered on ALT Linux Sisyphus (testing branch).
2010-07-10quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refreshKhem Raj
* 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>
2009-04-09quilt-0.48: Add new version 0.48 of quilt.Khem Raj
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.