diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-26 16:20:49 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-01 23:28:13 +0200 |
commit | a216d1a43e5ee2a3e82683976babc0852b9ccda9 (patch) | |
tree | 66ceec5e7f4f88ef518d94dac4abb62b6791aea1 | |
parent | b4c401027c3deac1a85cfa2721b165b492f36aa0 (diff) | |
download | buildroot-a216d1a43e5ee2a3e82683976babc0852b9ccda9.tar.gz buildroot-a216d1a43e5ee2a3e82683976babc0852b9ccda9.zip |
ipkg: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ipkg/ipkg.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ipkg/ipkg.mk b/package/ipkg/ipkg.mk index b9cba582ec..10ef207242 100644 --- a/package/ipkg/ipkg.mk +++ b/package/ipkg/ipkg.mk @@ -7,5 +7,7 @@ IPKG_VERSION = 0.99.163 IPKG_SITE = http://www.handhelds.org/download/packages/ipkg IPKG_INSTALL_STAGING = YES +IPKG_LICENSE = GPLv2+ +IPKG_LICENSE_FILES = COPYING $(eval $(autotools-package)) |