treewide: Replace MD5SUM with HASH
authorRosen Penev <redacted>
Wed, 30 Oct 2019 21:14:51 +0000 (14:14 -0700)
committerYousong Zhou <redacted>
Thu, 31 Oct 2019 07:54:36 +0000 (15:54 +0800)
Signed-off-by: Rosen Penev <redacted>
multimedia/mjpg-streamer/Makefile
net/usbip/Makefile
sound/pianod/Makefile
utils/bluelog/Makefile

index 8458647c169a7e3bbef3a6e96289a8601d0850dd..2bc5ad2e7fc137219e966f64b2df013442382916 100644 (file)
@@ -183,9 +183,9 @@ CAMBOZOLA:=cambozola-0.936.tar.gz
 # Using the OpenWrt mirror provides a stable version
 #      orig-URL:=http://www.andywilcock.com/code/cambozola
 define Download/cambozola
-  URL:=http://mirror2.openwrt.org/sources
+  URL:=https://sources.openwrt.org/
   FILE:=$(CAMBOZOLA)
-  MD5SUM:=35c45188aa9635aef2b745c35c311396
+  HASH:=4e4e92d95673edd051e6b4d36bed8c5328873f5fc374073760b457d4be33415b
 endef
 
 # redefine prepare to extract to our build dir
index 8910a1b603b28c7ae13c26e988c5030e24b4a9f3..60500769080ce2e1a639cab1cf351ad537fc0b08 100644 (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>
 
index 0ff900248df328f0a058cff7ec7d322b8912fca5..d0a6054780f6e7c76deb511a51961c508ae46eb8 100644 (file)
@@ -65,7 +65,7 @@ PIANOD_CLIENT:=pianod-client-compiled-51.tar.gz
 define Download/pianod-client
   URL:=http://deviousfish.com/Downloads/pianod/
   FILE:=$(PIANOD_CLIENT)
-  MD5SUM:=abbdee5627bcee6a00c8304da8b4e2e7
+  HASH:=1596ec2da30992e4008bbd6654333b025165399c3c7e22078f35bee6a438c5ad
 endef
 
 define Package/pianod/conffiles
index 15d02144103b2e8faebabee90b395cb659bb9cd2..3c60d6108d60d4e30a9fa5d4ca3a1f941411a749 100644 (file)
@@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/Bluelog-$(PKG_VERSION)
 
 OUI_SOURCE:=oui-2016-05-30.txt.gz
 OUI_URL:=https://sources.openwrt.org/
-OUI_MD5SUM:=38048729fdb5a7a7e0c5db6a51dc2dd1
+OUI_HASH:=19d0b02eeb0d42507ee17b637a295782c14956fe1ac4803589ed93ef92c4fad5
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
@@ -67,7 +67,7 @@ endef
 define Download/oui.txt
   FILE:=$(OUI_SOURCE)
   URL:=$(OUI_URL)
-  MD5SUM:=$(OUI_MD5SUM)
+  HASH:=$(OUI_HASH)
 endef
 
 TARGET_CFLAGS += -DOPENWRT
git clone https://git.99rst.org/PROJECT