[Buildroot] [PATCH] ti-uim: add license file

Baruch Siach baruch at tkos.co.il
Mon Mar 13 14:42:13 UTC 2017


In the absence of full license text file, take a short source file that
mentions the license in its comment header.

Cc: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/ti-uim/ti-uim.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk
index a6e19b87ca9a..66b93e443091 100644
--- a/package/ti-uim/ti-uim.mk
+++ b/package/ti-uim/ti-uim.mk
@@ -7,6 +7,7 @@
 TI_UIM_VERSION = a0236bc252e6484835ce266ae4a50b361f6a902d
 TI_UIM_SITE = $(call github,96boards,uim,$(TI_UIM_VERSION))
 TI_UIM_LICENSE = GPLv2+
+TI_UIM_LICENSE_FILES = uim.h
 
 define TI_UIM_BUILD_CMDS
 	$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
-- 
2.11.0



More information about the buildroot mailing list