coreutils: add license information

[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-01-21 11:29:42 +00:00 committed by Peter Korsgaard
parent 9c078e9222
commit d12b5b8085

View File

@ -7,6 +7,8 @@
COREUTILS_VERSION = 8.18
COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
COREUTILS_LICENSE = GPLv3+
COREUTILS_LICENSE_FILES = COPYING
# If both coreutils and busybox are selected, make certain coreutils
# wins the fight over who gets to have their utils actually installed.