]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libpcap: add license info
authorDanomi Manchego <danomimanchego123@gmail.com>
Sat, 11 Aug 2012 20:10:20 +0000 (16:10 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Aug 2012 10:03:27 +0000 (12:03 +0200)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libpcap/libpcap.mk

index 1d1fbc158aaf04680f7d4711f3ee4f12f5cc840d..04766eacdb57b370078ab256b151c549065825f2 100644 (file)
@@ -6,7 +6,10 @@
 
 LIBPCAP_VERSION = 1.3.0
 LIBPCAP_SITE = http://www.tcpdump.org/release
+LIBPCAP_LICENSE = BSD-3c
+LIBPCAP_LICENSE_FILES = LICENSE
 LIBPCAP_INSTALL_STAGING = YES
+
 # doesn't have an install-strip
 LIBPCAP_INSTALL_TARGET_OPT= DESTDIR="$(TARGET_DIR)" \
        $(if $(BR2_PREFER_STATIC_LIB),install,install-shared)