projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8121428
)
gzip: add license information
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 21 Jan 2013 11:29:45 +0000
(11:29 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 21 Jan 2013 22:47:51 +0000
(23:47 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gzip/gzip.mk
patch
|
blob
|
history
diff --git
a/package/gzip/gzip.mk
b/package/gzip/gzip.mk
index 0c5c1240984f0ecc09711b275a8a5a0f997b111a..821f69409da149ff14944b4ea4e22355442cfca1 100644
(file)
--- a/
package/gzip/gzip.mk
+++ b/
package/gzip/gzip.mk
@@
-6,5
+6,7
@@
GZIP_VERSION = 1.5
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
+GZIP_LICENSE = GPLv3+
+GZIP_LICENSE_FILES = COPYING
$(eval $(autotools-package))