[Buildroot] [PATCH 1/2] lua: add hash

Peter Korsgaard jacmet at uclibc.org
Fri Sep 19 21:11:12 UTC 2014


>>>>> "Francois" == Francois Perrad <fperrad at gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
 > ---
 >  package/lua/lua.hash | 6 ++++++
 >  1 file changed, 6 insertions(+)
 >  create mode 100644 package/lua/lua.hash

 > diff --git a/package/lua/lua.hash b/package/lua/lua.hash
 > new file mode 100644
 > index 0000000..7bc7933
 > --- /dev/null
 > +++ b/package/lua/lua.hash
 > @@ -0,0 +1,6 @@
 > +# Hashes from: http://www.lua.org/ftp/
 > +md5: dc7f94ec6ff15c985d2d6ad0f1b35654           lua-5.2.3.tar.gz
 > +sha1: 926b7907bc8d274e063d42804666b40a3f3c124c  lua-5.2.3.tar.gz
 > +
 > +md5: 2e115fe26e435e33b0d5c022e4490567           lua-5.1.5.tar.gz
 > +sha1: b3882111ad02ecc6b972f8c1241647905cb2e3fc  lua-5.1.5.tar.gz

Ehh, have you tested this? (hint, no ':' after type):

make lua-patch
ERROR: unknown hash 'md5:' for 'lua-5.1.5.tar.gz'
package/pkg-generic.mk:73: recipe for target '/home/peko/source/buildroot/output/build/lua-5.1.5/.stamp_downloaded' failed
make: *** [/home/peko/source/buildroot/output/build/lua-5.1.5/.stamp_downloaded] Error 1

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list