diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-13 01:05:50 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-14 22:35:27 +0100 |
commit | e3322e2c7ebe739aa67abfb0775f9b5e5e43a3b0 (patch) | |
tree | c76271fb5a74134973c997a8e51e85a41309b360 /package/lsof | |
parent | 0c294a3de61f448a067349ff55d61b2c3adbf27d (diff) | |
download | buildroot-novena-e3322e2c7ebe739aa67abfb0775f9b5e5e43a3b0.tar.gz buildroot-novena-e3322e2c7ebe739aa67abfb0775f9b5e5e43a3b0.zip |
lsof: add license info
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lsof')
-rw-r--r-- | package/lsof/lsof.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index fa55e6a61..f74eca494 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -7,6 +7,10 @@ LSOF_VERSION = 4.85 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2 LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +LSOF_LICENSE = lsof license +# License is repeated in each file, this is a relatively small one. +# It is also defined in 00README, but that contains a lot of other cruft. +LSOF_LICENSE_FILES = dialects/linux/dproto.h # Make certain full-blown lsof gets built after the busybox version (1.20+) LSOF_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox) |