kumquat-buildroot/package/genimage/genimage.mk
Benoît Thébaudeau 0b961b8765 package/genimage: bump version to 8
This new version fixes segmentation faults on some platforms.

Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Tested-by: Gergely Imreh <imrehg@gmail.com>
Tested-by: Gergely Imreh <imrehg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-27 23:20:08 +02:00

14 lines
430 B
Makefile

################################################################################
#
# genimage
#
################################################################################
GENIMAGE_VERSION = 8
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
GENIMAGE_LICENSE = GPLv2
$(eval $(host-autotools-package))