All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Harvey <harvey.tim@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCHv2] avrdude: update SRC_URI and fix deps
Date: Thu, 09 Dec 2010 08:48:10 -0800	[thread overview]
Message-ID: <4D01084A.1040103@gmail.com> (raw)
In-Reply-To: <1291225269-21801-1-git-send-email-harvey.tim@gmail.com>

On 12/01/2010 09:41 AM, Tim Harvey wrote:
> * SRC_URI updated to new location
> * Makefile.am patched to fix missing dep causing parallel make issue
>
> Signed-off-by: Tim Harvey<harvey.tim@gmail.com>
> ---
>   recipes/avrdude/avrdude.inc        |    5 ++++-
>   recipes/avrdude/avrdude/make.patch |   14 ++++++++++++++
>   2 files changed, 18 insertions(+), 1 deletions(-)
>   create mode 100644 recipes/avrdude/avrdude/make.patch
>
> diff --git a/recipes/avrdude/avrdude.inc b/recipes/avrdude/avrdude.inc
> index 679c4ba..4679c7a 100644
> --- a/recipes/avrdude/avrdude.inc
> +++ b/recipes/avrdude/avrdude.inc
> @@ -5,7 +5,10 @@ LICENSE = "GPLv2"
>
>   DEPENDS = "virtual/libusb0 ncurses"
>
> -SRC_URI = "http://savannah.nongnu.org/download/avrdude/avrdude-${PV}.tar.gz"
> +SRC_URI = " \
> +   http://savannah.nongnu.org/releases/avrdude/avrdude-${PV}.tar.gz \
> +   file://make.patch \
> +   "
>
>   inherit autotools
>
> diff --git a/recipes/avrdude/avrdude/make.patch b/recipes/avrdude/avrdude/make.patch
> new file mode 100644
> index 0000000..30b3b1d
> --- /dev/null
> +++ b/recipes/avrdude/avrdude/make.patch
> @@ -0,0 +1,14 @@
> +fix missing deps causing build failure on parallel make
> +Index: avrdude-5.10/Makefile.am
> +===================================================================
> +--- avrdude-5.10.orig/Makefile.am	2010-12-01 09:17:41.675507203 -0800
> ++++ avrdude-5.10/Makefile.am	2010-12-01 09:17:44.474882497 -0800
> +@@ -155,6 +155,8 @@
> +
> + sysconf_DATA = avrdude.conf
> +
> ++config.c: config_gram.h
> ++
> + install-exec-local: backup-avrdude-conf
> +
> + distclean-local:

can someone ack/nak this?  This should get into master if there are no 
objections.

Thanks,

Tim



  reply	other threads:[~2010-12-09 16:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-01 17:41 [PATCHv2] avrdude: update SRC_URI and fix deps Tim Harvey
2010-12-09 16:48 ` Tim Harvey [this message]
2010-12-09 17:22   ` Phil Blundell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D01084A.1040103@gmail.com \
    --to=harvey.tim@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.