kumquat-buildroot/package/genext2fs/genext2fs.mk
Fabrice Fontaine 51d55fc132 package/genext2fs: bump to version 1.5.0
- Retrieve latest version from github
- Drop patch (already in version)

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=13741

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-04-15 21:08:17 +02:00

16 lines
442 B
Makefile

################################################################################
#
# genext2fs
#
################################################################################
GENEXT2FS_VERSION = 1.5.0
GENEXT2FS_SITE = $(call github,bestouff,genext2fs,v$(GENEXT2FS_VERSION))
GENEXT2FS_LICENSE = GPL-2.0
GENEXT2FS_LICENSE_FILES = COPYING
# From git
GENEXT2FS_AUTORECONF = YES
$(eval $(autotools-package))
$(eval $(host-autotools-package))