Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/m4/m4.mk
Normal file
14
deprecated/firmware/buildroot/package/m4/m4.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# m4
|
||||
#
|
||||
################################################################################
|
||||
|
||||
M4_VERSION = 1.4.17
|
||||
M4_SOURCE = m4-$(M4_VERSION).tar.xz
|
||||
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
||||
M4_LICENSE = GPLv3+
|
||||
M4_LICENSE_FILES = COPYING
|
||||
HOST_M4_CONF_OPTS = --disable-static
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user