mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
mrouted part of igmpproxy is licensed under BSD-3-Clause so add this in
IGMPPROXY_LICENSE and add hash for license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c60c928614)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
473 B
Makefile
14 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# igmpproxy
|
|
#
|
|
################################################################################
|
|
|
|
IGMPPROXY_VERSION = f47644d8fa7266a784f3ec7b251e7d318bc2f0a9
|
|
IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(IGMPPROXY_VERSION))
|
|
IGMPPROXY_AUTORECONF = YES
|
|
IGMPPROXY_LICENSE = GPL-2.0+, BSD-3-Clause (mrouted)
|
|
IGMPPROXY_LICENSE_FILES = COPYING GPL.txt Stanford.txt
|
|
|
|
$(eval $(autotools-package))
|