From 74edc152b29ab1546ecad5495636e37c8a3561da Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 13 Nov 2019 16:17:15 +0100 Subject: [PATCH] package/connman: clarify license of client code While the core connman code is licensed under GPL-2.0, the client code is GPL-2.0+ for compatibility with readline (which is GPL-3.0+). Extend the _LICENSE with this info to clarify that linking against readline is OK licensing wise. Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 7d0ee8b4b8b162e010341f63821410100903370d) Signed-off-by: Peter Korsgaard --- package/connman/connman.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/connman/connman.mk b/package/connman/connman.mk index b67d1c4b86..0431759440 100644 --- a/package/connman/connman.mk +++ b/package/connman/connman.mk @@ -39,6 +39,7 @@ define CONNMAN_INSTALL_INIT_SYSTEMD endef ifeq ($(BR2_PACKAGE_CONNMAN_CLIENT),y) +CONNMAN_LICENSE += , GPL-2.0+ (client) CONNMAN_CONF_OPTS += --enable-client CONNMAN_DEPENDENCIES += readline