initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96 m4-1.4.19.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# m4
|
||||
#
|
||||
################################################################################
|
||||
|
||||
M4_VERSION = 1.4.19
|
||||
M4_SOURCE = m4-$(M4_VERSION).tar.xz
|
||||
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
||||
M4_LICENSE = GPL-3.0+
|
||||
M4_LICENSE_FILES = COPYING
|
||||
HOST_M4_CONF_OPTS = --disable-static
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user