[Buildroot] [PATCH] package/rpi-userland: update to fix no-longer applying patch

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Sun Feb 10 14:14:08 UTC 2013


On Sun, Feb 10, 2013 at 2:24 PM, Floris Bos <bos at 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

It appears to be correct but still seem to not work as expected.
>
> Yours sincerely,
>
> Floris Bos
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



More information about the buildroot mailing list