[Buildroot] [PATCH v2 1/2] Download packages from github in tar.gz format instead git format.

Samuel Martin s.martin49 at gmail.com
Thu Sep 20 22:17:47 UTC 2012


2012/9/21 Arnout Vandecappelle <arnout at mind.be>:
> On 09/20/12 22:48, Marek Belisko wrote:
>>
>> Verified way how to get packages from github by version or sha1
>> (it's enough to use first 7 characters from SHA1):
>> 1. by sha1
>> FOO_VERSION = 1234567
>> FOO_SITE =http://github.com/user/package/tarball/branch
>>
>>
>> 2. by version
>> FOO_VERSION = v1.0
>> FOO_SITE =http://github.com/user/package/tarball/$(FOO_VERSION)
>>
>>
>> Changes from V1:
>> - remove unnecessary FOO_SOURCE from mk files and documentation
>
>
>  The changelog of the patch should go below the Signed-off-by,
> separated by a line with
> ---
> This makes sure the patch changelog is not included in the final
> git commit message.
>
>
>> Signed-off-by: Marek Belisko<marek.belisko at open-nandra.com>
>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Acked-by: Samuel Martin <s.martin49 at gmail.com>


Regards,

-- 
Sam


More information about the buildroot mailing list