[Buildroot] [git commit] xloader: add license information

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 21 10:09:28 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=2bec669184a46de96ddc4d6c9184b56e2762b12c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 boot/xloader/xloader.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list