schifra: fix build of examples and add hash
authorArnout Vandecappelle <arnout@mind.be>
Tue, 28 Oct 2014 10:17:41 +0000 (11:17 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Oct 2014 17:55:16 +0000 (18:55 +0100)
commit7e6431708cc7c5fdee750d30be75a997d60c399e
treeb6f4d33f15b1903a97aed23b9d362dcbbd3d86cb
parentb65013988f0ee5c9d596a2fd819f0d722183f020
schifra: fix build of examples and add hash

The OPTIONS argument passed to make had a redundant -o option, leading
to:

g++ -pipe -Os   -o -o schifra_reed_solomon_speed_evaluation schifra_reed_solomon_speed_evaluation.cpp -lstdc++ -lm
arm-linux-musleabi-g++: error: schifra_reed_solomon_speed_evaluation: No such file or directory

Fixes:
http://autobuild.buildroot.net/results/2143b4f6f22f50ccb4af36732cc7d9304daa3ff9/

This error didn't occur before because upstream has silently updated
the tarball. To protect against this in the future, a hash is added as
well.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/schifra/schifra.hash [new file with mode: 0644]
package/schifra/schifra.mk