All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH 1/1] fping: add recipe
Date: Fri, 06 Sep 2013 21:10:45 +0200	[thread overview]
Message-ID: <l0d9bb$ik4$1@ger.gmane.org> (raw)
In-Reply-To: <1378476045-17681-1-git-send-email-fathi.boudra@linaro.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 06-09-13 16:00, Fathi Boudra schreef:
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> --- 
> meta-networking/recipes-support/fping/fping_3.5.bb | 25
> ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode
> 100644 meta-networking/recipes-support/fping/fping_3.5.bb
> 
> diff --git a/meta-networking/recipes-support/fping/fping_3.5.bb
> b/meta-networking/recipes-support/fping/fping_3.5.bb new file mode
> 100644 index 0000000..de41797 --- /dev/null +++
> b/meta-networking/recipes-support/fping/fping_3.5.bb @@ -0,0 +1,25 @@ 
> +SUMMARY = "sends ICMP ECHO_REQUEST packets to network hosts" 
> +DESCRIPTION = "fping is a ping like program which uses the Internet
> Control \ +Message Protocol (ICMP) echo request to determine if a target
> host is \ +responding. fping differs from ping in that you can specify
> any number of \ +targets on the command line, or specify a file
> containing the lists of \ +targets to ping.  Instead of sending to one
> target until it times out or \ +replies, fping will send out a ping
> packet and move on to the next target \ +in a round-robin fashion." 
> +HOMEPAGE = "http://www.fping.org/" +SECTION = "console/tools" +LICENSE =
> "BSD" +LIC_FILES_CHKSUM =
> "file://COPYING;md5=09d77789fe32be35acde9637a5ee39b1" +PR = "r0"

Drop the PR but, it's the default

> + +SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" 
> +SRC_URI[md5sum] = "2e17cb655aa4eb59b5a4a38a89e746ed" +SRC_URI[sha256sum]
> = "09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a" + +S
> = "${WORKDIR}/fping-${PV}" + +inherit autotools + +EXTRA_OECONF =
> "--enable-ipv4 --enable-ipv6"

That should probably be using PACKAGECONFIG for ipv6

> + +COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"

What breaks on powerpc and mips?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFSKii1MkyGM64RGpERAs1+AJwMTAC9o0rwoWGF55P9slUU1sqbaQCfa8MZ
C7SlRH3oOn6+Sh/YxSiSrWA=
=wkli
-----END PGP SIGNATURE-----



  reply	other threads:[~2013-09-06 19:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-06 14:00 [meta-networking][PATCH 1/1] fping: add recipe Fathi Boudra
2013-09-06 19:10 ` Koen Kooi [this message]
2013-09-06 21:32   ` Fathi Boudra

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='l0d9bb$ik4$1@ger.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --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.