mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The old homepage is no more, and the download location has changed. Update both to the new download location. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
793 B
Makefile
20 lines
793 B
Makefile
################################################################################
|
|
#
|
|
# genpart
|
|
#
|
|
################################################################################
|
|
|
|
GENPART_VERSION = 1.0.2
|
|
GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
|
|
GENPART_SITE = https://public.pengutronix.de/software/genpart
|
|
# genpart has no license embedded in its source release.
|
|
# However, their project page mentions:
|
|
# > This community portal offers an overview about our own OSS
|
|
# > projects and projects Pengutronix is or was involved with.
|
|
# We can thus assume genpart is under a FLOSS license.
|
|
# So, until the authors have clarified the licensing terms:
|
|
GENPART_LICENSE = Unknown (clarification has been asked to the authors)
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|