From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 9CA05529D8 for ; Wed, 11 Jun 2014 14:05:09 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s5BE59eb020042 for ; Wed, 11 Jun 2014 09:05:09 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5BE58V1016125 for ; Wed, 11 Jun 2014 09:05:08 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.174.1; Wed, 11 Jun 2014 09:05:08 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5BE58Iw027794; Wed, 11 Jun 2014 09:05:08 -0500 Date: Wed, 11 Jun 2014 10:05:07 -0400 From: Denys Dmytriyenko To: "Franklin S. Cooper Jr" Message-ID: <20140611140507.GM18034@edge> References: <1402495232-30133-1-git-send-email-fcooper@ti.com> <1402495232-30133-2-git-send-email-fcooper@ti.com> MIME-Version: 1.0 In-Reply-To: <1402495232-30133-2-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH] ptpd: Add latest version of ptpd 2.3.0 X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 14:05:09 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Jun 11, 2014 at 09:00:32AM -0500, Franklin S. Cooper Jr wrote: > Signed-off-by: Franklin S. Cooper Jr Will you be submitting it to meta-oe? > --- > .../recipes-daemons/ptpd/ptpd_2.3.0.bb | 30 ++++++++++++++++++++ > 1 files changed, 30 insertions(+), 0 deletions(-) > create mode 100644 meta-arago-extras/recipes-daemons/ptpd/ptpd_2.3.0.bb > > diff --git a/meta-arago-extras/recipes-daemons/ptpd/ptpd_2.3.0.bb b/meta-arago-extras/recipes-daemons/ptpd/ptpd_2.3.0.bb > new file mode 100644 > index 0000000..c54f507 > --- /dev/null > +++ b/meta-arago-extras/recipes-daemons/ptpd/ptpd_2.3.0.bb > @@ -0,0 +1,30 @@ > +SUMMARY = "The PTP daemon (PTPd)" > +DESCRIPTION = "The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as \ > +defined by the relevant IEEE 1588 standard. PTP Version 1 implements IEEE-1588-2002, \ > +and PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise \ > +time coordination of LAN connected computers." > +HOMEPAGE = "http://sourceforge.net/projects/ptpd" > +SECTION = "network" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4019cad2b3cd55f22ea819ffad6ccd41" > + > +DEPENDS = "libpcap" > + > +PR = "r0" > + > +inherit autotools > + > +SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz" > + > +SRC_URI[md5sum] = "f5e931b4a229705ff0dbdfe22490566b" > +SRC_URI[sha256sum] = "1a4e90496f004bfd91657ccc49209101dc25b787e540648c07c0973469f1d8f7" > + > +S = "${WORKDIR}/ptpd-${PV}" > + > +EXTRA_OEMAKE = "" > + > +do_install() { > + install -d ${D}${bindir} ${D}${mandir}/man8 > + install -m 0755 ${S}/src/ptpd2 ${D}${bindir} > + install -m 0644 ${S}/src/ptpd2.8 ${D}${mandir}/man8 > +} > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago