openwrt/video

Unknown variable "MD5SUM" in qt5quick2-2d-sw-renderer-GLstubs/Makefile

titobrasolin opened this issue · 1 comments

MD5SUM:=41bfcb5ab6d7a820687c4208beeb7057

"PKG_MD5SUM" is the right name for the checksum to validate the download:
https://wiki.openwrt.org/doc/devel/packages#buildpackage_variables

Compilation (with the latest openwrt code from github) fails with the following error:

make[3]: Entering directory '/home/ubuntu/openwrt/feeds/video/frameworks/qt5quick2-2d-sw-renderer-GLstubs'
mkdir -p /home/ubuntu/openwrt/dl
SHELL= flock /home/ubuntu/openwrt/tmp/.qtdeclarative-render2d-opensource-src-5.7.0.tar.xz.flock -c '      /home/ubuntu/openwrt/scripts/download.pl "/home/ubuntu/openwrt/dl" "qtdeclarative-render2d-opensource-src-5.7.0.tar.xz" "x" "" "http://download.qt-project.org/official_releases/qt/5.7/5.7.0/submodules"    '
Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.
Makefile:80: recipe for target '/home/ubuntu/openwrt/dl/qtdeclarative-render2d-opensource-src-5.7.0.tar.xz' failed
mirko commented

You're right - closing due to Qt5.15 available now