buildroot/package/memtool/memtool.mk
Fabrice Fontaine dbc161e816 package/memtool: bump to version 2018.03.0
Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-12-14 15:19:07 +01:00

14 lines
405 B
Makefile

################################################################################
#
# memtool
#
################################################################################
MEMTOOL_VERSION = 2018.03.0
MEMTOOL_SITE = http://public.pengutronix.de/software/memtool
MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz
MEMTOOL_LICENSE = GPL-2.0
MEMTOOL_LICENSE_FILES = COPYING
$(eval $(autotools-package))