aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt
AgeCommit message (Collapse)Author
2010-08-17quilt-native: Provide a new do_install based on the target one.Tom Rini
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-08-14quilt: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-23quilt-native: Dont configure with --without-dateKhem Raj
* 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 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-12quilt-native: Remove RDEPENDS on libtimedate-perl-nativeKhem Raj
* 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 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>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* 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>
2010-02-09quilt: use builtin date routinesBernhard Reutner-Fischer
quilt tries to use an RFC822 date format which is obsoleted by rfc2822 since 8 years now. It has a builtin date handler, so use that and not the date binary (which may only support rfc2822 by now, as busybox does) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@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.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>