diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-07-03 23:30:01 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-04 00:03:39 +0200 |
commit | 2ba0ec576e7e4ad712f45ece1fec4b35f11b9774 (patch) | |
tree | 218d1701eb77356adad1852728e92efa679026ce /package/cache-calibrator/cache-calibrator.hash | |
parent | b3a0afd47f278ab5dea4f5cbe01da79a2e05ec8c (diff) | |
download | buildroot-2ba0ec576e7e4ad712f45ece1fec4b35f11b9774.tar.gz buildroot-2ba0ec576e7e4ad712f45ece1fec4b35f11b9774.zip |
package/cache-calibrator: fix legal-info
Fixes:
http://autobuild.buildroot.net/results/e1b/e1b3dee917f5ab3961f3dea006720431444d0ef5/
cache-calibrator is a single C file that is downloaded as-is, and we
patch it. We also use that file as the license file.
Thus, the file when it is downloaded has a specific hash, but when
saved by legal-info, it has a different hash.
However, we can't store two different hashes for the same _filename_
with different content.
So, we extract the license file as a pre-patch hook, and store it in a
separate file, for which we can now add a hash.
[Peter: add autobuilder reference]
Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cache-calibrator/cache-calibrator.hash')
-rw-r--r-- | package/cache-calibrator/cache-calibrator.hash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cache-calibrator/cache-calibrator.hash b/package/cache-calibrator/cache-calibrator.hash index df61d17e10..a4b4b70cf7 100644 --- a/package/cache-calibrator/cache-calibrator.hash +++ b/package/cache-calibrator/cache-calibrator.hash @@ -1,2 +1,3 @@ # Locally calculated sha256 2018ed8fa733155d44ceb1c0066c5cf8df7771cdf7cfca0a07b8dd9bebd9c221 calibrator.c +sha256 a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514 calibrator.c.license |