From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] mpd: Fix broken download URL
Date: Thu, 02 Jan 2014 16:30:12 +0100 [thread overview]
Message-ID: <52C58604.3010009@trzebnica.net> (raw)
In-Reply-To: <20140102151829.197de141@skate>
Hi Bernd, Thomas,
> 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)
<PKG>_VERSION_MAJOR
In this case MPD_VERSION_MAJOR
Regards,
Jerzy
>
> Could you submit an updated version of your patch that takes into
> account this suggestion? Thanks!
>
> Best regards,
>
> Thomas
prev parent reply other threads:[~2014-01-02 15:30 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
2014-01-02 15:30 ` Jerzy Grzegorek [this message]
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=52C58604.3010009@trzebnica.net \
--to=jerzy.grzegorek@trzebnica.net \
--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.