4047270e75
This patch adds a menu option and updates the mtools.mk file to support building mtools for the target. [Peter: use same upstream URL as host variant] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
436 B
Makefile
15 lines
436 B
Makefile
################################################################################
|
|
#
|
|
# mtools
|
|
#
|
|
################################################################################
|
|
|
|
MTOOLS_VERSION = 4.0.18
|
|
MTOOLS_SOURCE = mtools-$(MTOOLS_VERSION).tar.bz2
|
|
MTOOLS_SITE = $(BR2_GNU_MIRROR)/mtools/
|
|
MTOOLS_LICENSE = GPLv3+
|
|
MTOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|