[Buildroot] [PATCH 1/1] package/x264: bump version

Joshua Henderson joshua.henderson at microchip.com
Thu Apr 19 20:47:51 UTC 2018


On 04/11/2018 07:18 AM, Thomas Petazzoni wrote:
> Hello,
> 
> On Tue, 10 Apr 2018 21:10:44 +0200, Bernd Kuhls wrote:
>> Added license hash.
>>
>> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
>> ---
>>  package/x264/x264.hash | 3 ++-
>>  package/x264/x264.mk   | 2 +-
>>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> Applied to master, thanks.
> 

There seems to be some disagreement with the hash in this commit on master.

I can reproduce the same expected result that is also showing up on autobuild
in several places.  For example:

    http://autobuild.buildroot.org/results/442/442bc92891e75d4d8cbf3dc400fe248bb3a1a52c//build-end.log

I tracked this down to hash changing whether or not you have the following
commit, which is currently on master.

commit 54785851eeb775720aac8a0b6b423fda26ac8f27
Author: Yann E. MORIN <yann.morin.1998 at free.fr>
Date:   Sat Apr 7 23:26:14 2018 +0200

    download/git: fix transform-name

    When a package contains a relative symlink which first component is '..'
    (thus pointing one directory higher), for example package 'meh' contains
    this symlink:

        foo/bar -> ../buz

    then it would be stored as 'meh-version./buz' because of the
    transform-name pattern replacement.

    Fix it to only match the leading './'.

So, maybe just a race condition bringing in the x264 hash file update?  Is there
something else going on here or is the simple fix to just change the hash?

Josh


More information about the buildroot mailing list