package/ptpd2: bump version to 2.3.1, switch upstream to github

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-01-24 00:40:18 +01:00 committed by Thomas Petazzoni
parent 6348fcec36
commit 65a4b9c01b
3 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,5 @@ config BR2_PACKAGE_PTPD2
The PTP daemon (PTPd) implements the Precision Time protocol
(PTP) as defined by the IEEE-1588-2008.
http://ptpd.sourceforge.net/
https://github.com/ptpd/ptpd

View File

@ -1,2 +1,2 @@
# Locally computed:
sha256 1a4e90496f004bfd91657ccc49209101dc25b787e540648c07c0973469f1d8f7 ptpd-2.3.0.tar.gz
sha256 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2 ptpd2-ptpd-2.3.1.tar.gz

View File

@ -4,9 +4,8 @@
#
################################################################################
PTPD2_VERSION = 2.3.0
PTPD2_SITE = http://downloads.sourceforge.net/project/ptpd/ptpd/$(PTPD2_VERSION)
PTPD2_SOURCE = ptpd-$(PTPD2_VERSION).tar.gz
PTPD2_VERSION = ptpd-2.3.1
PTPD2_SITE = $(call github,ptpd,ptpd,$(PTPD2_VERSION))
PTPD2_DEPENDENCIES = libpcap
# configure not shipped
PTPD2_AUTORECONF = YES