All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] mpd: Fix broken download URL
Date: Thu, 2 Jan 2014 15:18:29 +0100	[thread overview]
Message-ID: <20140102151829.197de141@skate> (raw)
In-Reply-To: <BLU0-SMTP1005BFDF4C4664AA662BD57D9C80@phx.gbl>

Dear Bernd Kuhls,

On Wed, 1 Jan 2014 20:35:10 +0100, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> ---
>  package/mpd/mpd.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
> index d8f344f..c9fc714 100644
> --- a/package/mpd/mpd.mk
> +++ b/package/mpd/mpd.mk
> @@ -6,7 +6,7 @@
>  
>  MPD_VERSION = 0.17.6
>  MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
> -MPD_SITE = http://www.musicpd.org/download/mpd/stable
> +MPD_SITE = http://www.musicpd.org/download/mpd/0.17

Thanks, but I believe we should use the MPD_MAJOR_VERSION scheme that
Jerzy Grzegorek has started to introduce:

MPD_MAJOR_VERSION = 0.17
MPD_VERSION = $(MPD_MAJOR_VERSION).6
MPD_SITE = http://www.musicpd.org/downloads/mpd/$(MPD_MAJOR_VERSION)

Could you submit an updated version of your patch that takes into
account this suggestion? Thanks!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-01-02 14:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-01 19:35 [Buildroot] [PATCH 1/1] mpd: Fix broken download URL Bernd Kuhls
2014-01-02 14:18 ` Thomas Petazzoni [this message]
2014-01-02 15:30   ` Jerzy Grzegorek

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=20140102151829.197de141@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.