treewide: Replace MD5SUM with HASH

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5ae85b7952)
This commit is contained in:
Rosen Penev
2019-10-30 14:14:51 -07:00
parent 5bc62e00aa
commit 42c85958fd
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ PKG_LICENSE:=GPL-2.0
# Since kernel 2.6.39.1 userspace tools are inside the kernel tree
# Package Automatic match version in kernel
# MD5SUM is not useful kernel package already check it
# HASH is not useful kernel package already check it
PKG_VERSION:=$(shell sed -n -e '/^AC_INIT/s/.*\[\([[:digit:]\.]*\)\].*/\1/gp' $(LINUX_DIR)/tools/usb/usbip/configure.ac)
PKG_SOURCE:=
PKG_SOURCE_URL:=
PKG_MD5SUM:=unknown
PKG_HASH:=unknown
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>