From: Gustavo Zacarias Date: Mon, 21 Jan 2013 11:29:42 +0000 (+0000) Subject: coreutils: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d12b5b808537fbfa399b8aca4c13313327d1876b;p=buildroot.git coreutils: add license information [Peter: License is GPLv3+] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index d7d077998a..079ec127e5 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -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.