mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
package/libftdi: don't override license files variable
Fixes:
package/libftdi/libftdi.mk:22: conditional override of variable LIBFTDI_LICENSE_FILES
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 080fadc115)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6db947c0f7
commit
9893988f06
@@ -19,7 +19,7 @@ LIBFTDI_CONF_OPTS = --without-examples
|
||||
# configure detect it automaticaly so we need to force it
|
||||
ifeq ($(BR2_PACKAGE_LIBFTDI_CPP),y)
|
||||
LIBFTDI_LICENSE += , GPL-2.0 with exception (ftdipp)
|
||||
LIBFTDI_LICENSE_FILES = COPYING.GPL
|
||||
LIBFTDI_LICENSE_FILES += COPYING.GPL
|
||||
LIBFTDI_DEPENDENCIES += boost
|
||||
LIBFTDI_CONF_OPTS += --enable-libftdipp
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user