lsof: add license info
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 13 Nov 2012 01:05:50 +0000 (01:05 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 14 Nov 2012 21:35:27 +0000 (22:35 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lsof/lsof.mk

index fa55e6a617f0594c1b471966d9a48224b9609b3b..f74eca4941c20c65f8385753ad29b5ec16084b0a 100644 (file)
@@ -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)