All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaap de Jong <jaap.dejong@nedap.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] ptpd: added recipe for v1.1.0.
Date: Thu, 04 Aug 2011 15:49:51 +0200	[thread overview]
Message-ID: <4E3AA37F.4050100@nedap.com> (raw)
In-Reply-To: <1312464763-4063-1-git-send-email-kg4ysn@gmail.com>

On 08/04/2011 03:32 PM, Chris Verges wrote:
> Signed-off-by: Chris Verges<kg4ysn@gmail.com>
> ---
>   meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb |   19 +++++++++++++++++++
>   1 files changed, 19 insertions(+), 0 deletions(-)
>   create mode 100644 meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb
>
> diff --git a/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb b/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb
> new file mode 100644
> index 0000000..87e0a69
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 standard"
> +HOMEPAGE = "http://sourceforge.net/projects/ptpd"
> +LICENSE = "BSD"
> +SECTION = "network"
> +PR = "r1"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz"
> +
> +S = "${WORKDIR}/ptpd-${PV}/src"
> +
> +do_install() {
> +        install -d ${D}${bindir} ${D}${mandir}/man8
> +        install -m 4555 ptpd ${D}${bindir}
> +        install -m 644 ptpd.8 ${D}${mandir}/man8
> +}
> +
> +SRC_URI[md5sum] = "faa4823576dd49ccc94b741ff32b03f5"
> +SRC_URI[sha256sum] = "a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950"
> +


Why not jump to version 2.1.0 right away...


DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 
standard"
HOMEPAGE = "http://sourceforge.net/projects/ptpd"
LICENSE = "BSD"
SECTION = "network"
PR = "r0"

SRC_URI = " \
     http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/${P}.tar.gz \
     "

S = "${WORKDIR}/${P}/src"

CFLAGS += "-Dlinux"
LDFLAGS += "-lm -lrt"

do_install() {
     install -d ${D}${bindir}
     install -m 4555 ptpd2 ${D}${bindir}

     install -d ${D}${mandir}/man8
     install -m 644 ptpd.8 ${D}${mandir}/man8
}

SRC_URI[md5sum] = "9c2ba065476f3377a0b380a56c9dd8c9"
SRC_URI[sha256sum] = 
"80f271a58d2751824c8448a08178053a712aad1cc74d29250c0d6bf23ad12c00"






  reply	other threads:[~2011-08-04 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-04 13:32 [PATCH] ptpd: added recipe for v1.1.0 Chris Verges
2011-08-04 13:49 ` Jaap de Jong [this message]
2011-08-05 14:36   ` Chris Verges
2011-08-04 13:50 ` Koen Kooi
2011-08-05 14:39   ` Chris Verges

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E3AA37F.4050100@nedap.com \
    --to=jaap.dejong@nedap.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.