mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
treewide: run "make check FIXUP=1"
fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ PKG_MAINTAINER:=Dana H. Myers <k6jq@comcast.net>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/classpath
|
||||
PKG_MD5SUM:=0ae1571249172acd82488724a3b8acb4
|
||||
PKG_HASH:=f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
@@ -46,7 +46,7 @@ endef
|
||||
define Download/antlr
|
||||
URL:=http://www.antlr.org/download
|
||||
FILE:=antlr-3.4-complete.jar
|
||||
MD5SUM:=1b91dea1c7d480b3223f7c8a9aa0e172
|
||||
HASH:=9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7
|
||||
endef
|
||||
$(eval $(call Download,antlr))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user