libremesh / lime-log-review

Repo that contains both the rsyslog config that parses the logs, and the issues that where found from it
0 stars 1 forks source link

liblognorm/Makefile replace PKG_SHA256SUM with PKG_HASH #2

Closed ilario closed 5 years ago

ilario commented 5 years ago

Compiling I got this error:

SHELL= flock /home/ilario/projects/gsoc2019/openwrt/tmp/.liblognorm-2.0.4.tar.gz.flock -c '     /home/ilario/projects/gsoc2019/openwrt/scripts/download.pl "/home/ilario/projects/gsoc2019/openwrt/dl" "liblognorm-2.0.4.tar.gz" "x" "" "http://www.liblognorm.com/files/download/"    '
Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.

so I replaced PKG_SHA256SUM with PKG_HASH which seems to be more commonly employed and now it works.