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
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
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/
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 +---
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
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 ++--