Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Floris Bos <bos@je-eigen-domein.nl>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/rpi-userland: update to fix no-longer applying patch
Date: Sun, 10 Feb 2013 15:51:39 +0100	[thread overview]
Message-ID: <5117B3FB.1010401@je-eigen-domein.nl> (raw)
In-Reply-To: <CAGduivzJBf_OzuFce2Ym_yFpSx9RWLzOXvhLRPjfXrQU8NgZmQ@mail.gmail.com>

On 02/10/2013 03:14 PM, Maxime Hadjinlian wrote:
> On Sun, Feb 10, 2013 at 2:24 PM, Floris Bos <bos@je-eigen-domein.nl> wrote:
>> On 02/10/2013 12:58 PM, Yann E. MORIN wrote:
>>> Our patches do not apply as-is against the version of rpi-userland we
>>> package (weird...).
>>
>> RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/master
>>
>> Shouldn't that be something like this?
>>
>> RPI_USERLAND_SITE =
>> http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION)
>>
> You are using the version variable only if the projects has tag, which
> this one hasn't.
> Then, you are forced to use sha1 version, then you give the branch
> where this sha1 can be found.
> As specified in the doc :
> http://buildroot.uclibc.org/downloads/manual/manual.html#github-download-url

Documentation is incorrect/outdated.

Github only looks at the folder name, ignores the filename, and will 
redirect you to 
https://nodeload.github.com/raspberrypi/userland/legacy.tar.gz/master

==
--2013-02-10 15:42:21-- 
http://github.com/raspberrypi/userland/tarball/master/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://github.com/raspberrypi/userland/tarball/master/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz 
[following]
--2013-02-10 15:42:21-- 
https://github.com/raspberrypi/userland/tarball/master/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://nodeload.github.com/raspberrypi/userland/legacy.tar.gz/master 
[following]
--2013-02-10 15:42:21-- 
https://nodeload.github.com/raspberrypi/userland/legacy.tar.gz/master
==



With 
"RPI_USERLAND_SITE=http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION)" 
it does work:

==
--2013-02-10 15:45:53-- 
http://github.com/raspberrypi/userland/tarball/9852ce28826889e50c4d6786b942f51bccccac54/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://github.com/raspberrypi/userland/tarball/9852ce28826889e50c4d6786b942f51bccccac54/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz 
[following]
--2013-02-10 15:45:53-- 
https://github.com/raspberrypi/userland/tarball/9852ce28826889e50c4d6786b942f51bccccac54/rpi-userland-9852ce28826889e50c4d6786b942f51bccccac54.tar.gz
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://nodeload.github.com/raspberrypi/userland/legacy.tar.gz/9852ce28826889e50c4d6786b942f51bccccac54 
[following]
--2013-02-10 15:45:53-- 
https://nodeload.github.com/raspberrypi/userland/legacy.tar.gz/9852ce28826889e50c4d6786b942f51bccccac54
Resolving nodeload.github.com (nodeload.github.com)... 207.97.227.252
Connecting to nodeload.github.com 
(nodeload.github.com)|207.97.227.252|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 32085513 (31M) [application/x-gzip]
==


Yours sincerely,

Floris Bos

  reply	other threads:[~2013-02-10 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-10 11:58 [Buildroot] [PATCH] package/rpi-userland: update to fix no-longer applying patch Yann E. MORIN
2013-02-10 12:17 ` Maxime Hadjinlian
2013-02-10 12:59 ` Peter Korsgaard
2013-02-10 13:24 ` Floris Bos
2013-02-10 14:14   ` Maxime Hadjinlian
2013-02-10 14:51     ` Floris Bos [this message]
2013-02-10 15:10       ` Samuel Martin
2013-02-10 15:13         ` Maxime Hadjinlian
2013-02-10 15:28         ` Floris Bos

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=5117B3FB.1010401@je-eigen-domein.nl \
    --to=bos@je-eigen-domein.nl \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox