Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-29 Thread Paul Eggleton
On Wednesday 28 November 2012 21:31:44 Marko Lindqvist wrote: > On 28 November 2012 21:26, Saul Wold wrote: > > I was going to add that I think the apply=yes is default and therefore not > > required here. > > Is it for files that do not have .patch suffix? With my first quick > test it didn't w

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
On 28 November 2012 21:26, Saul Wold wrote: > I was going to add that I think the apply=yes is default and therefore not > required here. Is it for files that do not have .patch suffix? With my first quick test it didn't work. - ML ___ Openembedded

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Saul Wold
On 11/28/2012 10:27 AM, Marko Lindqvist wrote: Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/

[OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/readline_5.2.bb | 51 +---

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Enrico Scholz
Marko Lindqvist writes: > -SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz \ > +SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \ > + > ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-001;name=patch1 \ > ... > +readline_patch () { > + # patch-command

[OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/readline_5.2.bb | 72 ++--