mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
libpcap: add license info
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ad9bab7ae3
commit
7143863376
@ -6,7 +6,10 @@
|
|||||||
|
|
||||||
LIBPCAP_VERSION = 1.3.0
|
LIBPCAP_VERSION = 1.3.0
|
||||||
LIBPCAP_SITE = http://www.tcpdump.org/release
|
LIBPCAP_SITE = http://www.tcpdump.org/release
|
||||||
|
LIBPCAP_LICENSE = BSD-3c
|
||||||
|
LIBPCAP_LICENSE_FILES = LICENSE
|
||||||
LIBPCAP_INSTALL_STAGING = YES
|
LIBPCAP_INSTALL_STAGING = YES
|
||||||
|
|
||||||
# doesn't have an install-strip
|
# doesn't have an install-strip
|
||||||
LIBPCAP_INSTALL_TARGET_OPT= DESTDIR="$(TARGET_DIR)" \
|
LIBPCAP_INSTALL_TARGET_OPT= DESTDIR="$(TARGET_DIR)" \
|
||||||
$(if $(BR2_PREFER_STATIC_LIB),install,install-shared)
|
$(if $(BR2_PREFER_STATIC_LIB),install,install-shared)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user