diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-13 01:05:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-14 22:31:48 +0100 |
commit | 1629ea3ff9215c18036abd95ac16cf05cd3118d8 (patch) | |
tree | df23ecd1a51fba685aa2819b34786c4384bc21cc /package | |
parent | ef2d26003fbee27b7e53e49110ed3badd65c7200 (diff) | |
download | buildroot-novena-1629ea3ff9215c18036abd95ac16cf05cd3118d8.tar.gz buildroot-novena-1629ea3ff9215c18036abd95ac16cf05cd3118d8.zip |
binutils: add license info
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index e1aac9bb1..6c51fc786 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -29,6 +29,8 @@ endif BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS)) BINUTILS_INSTALL_STAGING = YES BINUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) +BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+ +BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB # We need to specify host & target to avoid breaking ARM EABI BINUTILS_CONF_OPT = --disable-multilib --disable-werror \ |