mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
make: bump to version 4.1
Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8465d7ecfc
commit
10772176f1
2
package/make/make.hash
Normal file
2
package/make/make.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5 make-4.1.tar.bz2
|
||||
@@ -4,12 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MAKE_VERSION = 4.0
|
||||
MAKE_VERSION = 4.1
|
||||
MAKE_SOURCE = make-$(MAKE_VERSION).tar.bz2
|
||||
MAKE_SITE = $(BR2_GNU_MIRROR)/make
|
||||
MAKE_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
MAKE_LICENSE = GPLv3+
|
||||
MAKE_LICENSE_FILES = COPYING
|
||||
|
||||
MAKE_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user