diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-03-13 16:42:13 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-14 07:22:17 +0100 |
commit | 405f7ee89a9bc69d4c467ac68290b6dfb618eccc (patch) | |
tree | 68a8f63d9ca63ebc049dfbca2322c155dcf86329 | |
parent | 7936fd311938a69031f83c7a2eca812257b3220e (diff) | |
download | buildroot-405f7ee89a9bc69d4c467ac68290b6dfb618eccc.tar.gz buildroot-405f7ee89a9bc69d4c467ac68290b6dfb618eccc.zip |
ti-uim: add license file
In the absence of full license text file, take a short source file that
mentions the license in its comment header.
[Peter: add DEVELOPERS entry]
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | DEVELOPERS | 1 | ||||
-rw-r--r-- | package/ti-uim/ti-uim.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS index 70a5428b8c..e08b65dcad 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -141,6 +141,7 @@ F: package/sigrok-cli/ N: Baruch Siach <baruch@tkos.co.il> F: package/ebtables/ F: package/openipmi/ +F: package/ti-uim/ N: Ben Boeckel <mathstuf@gmail.com> F: package/taskd/ diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk index a6e19b87ca..66b93e4430 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) |