summaryrefslogtreecommitdiff
path: root/recipes/quilt/quilt-native_0.48.bb
AgeCommit message (Collapse)AuthorFiles
2010-08-17quilt-native: Provide a new do_install based on the target one.Tom Rini1
As seen in quilt-package.inc we need to pass 'BUILD_ROOT=${D}' to have things installed where we want. Otherwise we end up with legacy staging (and empty pstaging packages). Switch to INC_PR Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-23quilt-native: Dont configure with --without-dateKhem Raj1
* This ends up quilt installing its little perl handler for date which does not understand -r option used in quilt refresh 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 Bushmelev1
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-12quilt-native: Remove RDEPENDS on libtimedate-perl-nativeKhem Raj1
* quilt-native is build quite early. Its not sensible to depend on natve packages which inturn uses quilt to patch. * Thanks to woglinge for finding it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.