[Buildroot] [PATCH v2] iputils: new package

mlweber1 at rockwellcollins.com mlweber1 at rockwellcollins.com
Thu Sep 19 19:52:32 UTC 2013


Peter Korsgaard <jacmet at gmail.com> wrote on 09/19/2013 02:02:17 PM:

> From: Peter Korsgaard <jacmet at uclibc.org>
> To: Matt Weber <mlweber1 at rockwellcollins.com>
> Cc: buildroot at busybox.net
> Date: 09/19/2013 02:02 PM
> Subject: Re: [PATCH v2] iputils: new package
> Sent by: Peter Korsgaard <jacmet at gmail.com>
> 
> >>>>> "Matt" == Matt Weber <mlweber1 at rockwellcollins.com> writes:
> 
>  Matt> Signed-off-by: Matt Weber <mlweber1 at rockwellcollins.com>
>  Matt> ---
>  Matt> Changes v1 -> v2:
>  Matt>   * Updated depends in Config.in and added comment
>  Matt>     (Suggested by Thomas/Arnout)
>  Matt>   * Adjusted version to include "s" as part of version
>  Matt>     (Suggested by Arnout)
>  Matt>   * Removed dependency on file capabilities (libcap)
>  Matt>     and sysfs.  Commented that file capabilities is disabled
>  Matt>   * Cleaned up CFLAGS to have minimal complexity
>  Matt>     (Suggested by Arnout)
> 
>  Matt>  package/Config.in          |    1 +
>  Matt>  package/iputils/Config.in  |    8 ++++++
>  Matt>  package/iputils/iputils.mk |   53 ++++++++++++++++++++++++++
> ++++++++++++++++++
>  Matt>  3 files changed, 62 insertions(+), 0 deletions(-)
>  Matt>  create mode 100644 package/iputils/Config.in
>  Matt>  create mode 100644 package/iputils/iputils.mk
> 
>  Matt> diff --git a/package/iputils/Config.in 
b/package/iputils/Config.in
>  Matt> new file mode 100644
>  Matt> index 0000000..0c77b5f
>  Matt> --- /dev/null
>  Matt> +++ b/package/iputils/Config.in
>  Matt> @@ -0,0 +1,9 @@
>  Matt> +config BR2_PACKAGE_IPUTILS
>  Matt> +   bool "iputils"
>  Matt> +   select BR2_OPENSSL if BR2_INET_IPV6
>  Matt> +   help
>  Matt> +     This package is set of small useful utilities for Linux
> networking.
>  Matt> +     It includes complete versions of ping, traceroute, etc.
>  Matt> +
>  Matt> +     http://sourceforge.net/projects/iputils/
> 
> Something apparently corrupted the patch on the way, as you only have 8
> lines here. Did you edit the patch by hand afterwards?

Yep, sorry about that, I should have made the change to the actual file 
and regenerated the patch.

> 
>  Matt> diff --git a/package/iputils/iputils.mk 
b/package/iputils/iputils.mk
>  Matt> new file mode 100644
>  Matt> index 0000000..5836430
>  Matt> --- /dev/null
>  Matt> +++ b/package/iputils/iputils.mk
>  Matt> @@ -0,0 +1,53 @@
>  Matt> 
> 
+################################################################################
>  Matt> +#
>  Matt> +# iputils
>  Matt> +#
>  Matt> 
> 
+################################################################################
>  Matt> +
>  Matt> +IPUTILS_VERSION = s20121011
>  Matt> +IPUTILS_SITE = http://www.skbuff.net/iputils/
>  Matt> +IPUTILS_SOURCE = iputils-$(IPUTILS_VERSION).tar.bz2
>  Matt> +IPUTILS_LICENSE = GPLv2+ BSD-3c
>  Matt> +# Only included a license file for BSD.
>  Matt> +IPUTILS_LICENSE_FILES = COPYING
> 
> There's no COPYING. I assume you meant ninfod/COPYING?

Yep

Thanks,
Matt

[snip]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130919/08eb9bdc/attachment.html>


More information about the buildroot mailing list