projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c078e9
)
coreutils: add license information
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 21 Jan 2013 11:29:42 +0000
(11:29 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 21 Jan 2013 22:43:16 +0000
(23:43 +0100)
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/coreutils/coreutils.mk
patch
|
blob
|
history
diff --git
a/package/coreutils/coreutils.mk
b/package/coreutils/coreutils.mk
index d7d077998a18550659b1b58ca8c7ffbef5f41769..079ec127e5cd8c48d6a5591337675c56a8a54369 100644
(file)
--- 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.