[Buildroot] [PATCH 5/5] xloader: add license information

spdawson at gmail.com spdawson at gmail.com
Sat Aug 18 09:25:41 UTC 2012


From: Simon Dawson <spdawson at gmail.com>

Signed-off-by: Simon Dawson <spdawson at gmail.com>
---
 boot/xloader/xloader.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk
index fbdba02..b15d9b9 100644
--- a/boot/xloader/xloader.mk
+++ b/boot/xloader/xloader.mk
@@ -7,6 +7,9 @@ XLOADER_VERSION    = 6f3a26101303051e0f91b6213735b68ce804e94e
 XLOADER_SITE       = git://gitorious.org/x-loader/x-loader.git
 XLOADER_BOARD_NAME = $(call qstrip,$(BR2_TARGET_XLOADER_BOARDNAME))
 
+XLOADER_LICENSE = GPLv2+
+XLOADER_LICENSE_FILES = README
+
 XLOADER_INSTALL_IMAGES = YES
 
 define XLOADER_BUILD_CMDS
-- 
1.7.9.5




More information about the buildroot mailing list