ptpd2: needs libpcap

That's what happens when testing a bunch of stuff that uses libpcap.
Fixes:
http://autobuild.buildroot.net/results/eaa/eaa615830a6b4cf3da88e71315364ad3e380f681/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-03-11 21:30:42 -03:00 committed by Peter Korsgaard
parent 4db797d542
commit 7ae48d3b0b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PTPD2
bool "ptpd2"
select BR2_PACKAGE_LIBPCAP
help
The PTP daemon (PTPd) implements the Precision Time protocol
(PTP) as defined by the IEEE-1588-2008.

View File

@ -7,6 +7,7 @@
PTPD2_VERSION = 2.3.0
PTPD2_SITE = http://downloads.sourceforge.net/project/ptpd/ptpd/$(PTPD2_VERSION)
PTPD2_SOURCE = ptpd-$(PTPD2_VERSION).tar.gz
PTPD2_DEPENDENCIES = libpcap
# configure not shipped
PTPD2_AUTORECONF = YES
PTPD2_LICENSE = BSD-2c