[Buildroot] [git commit] xz: add license information

Peter Korsgaard jacmet at sunsite.dk
Mon Jan 21 22:40:14 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=9c078e9222c30c59ebd650ef1bcff81edaeca14c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/xz/xz.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index e00c91b..8ff3c83 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -3,11 +3,14 @@
 # xz-utils
 #
 #############################################################
+
 XZ_VERSION = 5.0.4
 XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
 XZ_SITE = http://tukaani.org/xz/
 XZ_INSTALL_STAGING = YES
 XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+XZ_LICENSE = GPLv2+ GPLv3+ LGPLv2.1+
+XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))


More information about the buildroot mailing list