distro-tool: ensure PKG_SHA256 is undefined when downloading specific revision

This commit is contained in:
MilhouseVH 2017-10-13 14:16:15 +01:00
parent 9a05625a8d
commit 029841cd6f

View File

@ -814,6 +814,7 @@ generate_work_worker() {
PKG_URL="${PKG_URL/${PKG_VERSION}/${revision}}"
PKG_SOURCE_NAME="${PKG_SOURCE_NAME/${PKG_VERSION}/${revision}}"
PKG_VERSION="${revision}"
PKG_SHA256=
fi
PKG_IS_ADDON=No