Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] igmpproxy: new package
Date: Thu, 12 Sep 2013 19:11:26 +0200	[thread overview]
Message-ID: <20130912191126.7db8180f@skate> (raw)
In-Reply-To: <1378924125-441-1-git-send-email-mlweber1@rockwellcollins.com>

Dear Matt Weber,

On Wed, 11 Sep 2013 13:28:45 -0500, Matt Weber wrote:

> diff --git a/package/igmpproxy/Config.in b/package/igmpproxy/Config.in
> new file mode 100755
> index 0000000..53a25b1
> --- /dev/null
> +++ b/package/igmpproxy/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_IGMPPROXY
> +	bool "igmpproxy"

For some odd reason, the configure check that verifies if the compiler
supports C99 builds a program that needs wchar support. So you should
add a:

	depends on BR2_USE_WCHAR

and also a:

comment "igmpproxy needs a toolchain with wchar support"
	depends on !BR2_USE_WCHAR

> +	help
> +	  A simple dynamic Multicast Routing Daemon 
> +	  using only IGMP signalling. It's intended 
> +	  for simple forwarding of Multicast traffic 
> +	  between networks.

Please add an empty line and the upstream URL of the project. I know
the contents at http://sourceforge.net/projects/igmpproxy/ are not very
fancy, but it's better than nothing.

> diff --git a/package/igmpproxy/igmpproxy.mk b/package/igmpproxy/igmpproxy.mk
> new file mode 100755
> index 0000000..468f356
> --- /dev/null
> +++ b/package/igmpproxy/igmpproxy.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# igmpproxy 
> +#
> +################################################################################
> +
> +IGMPPROXY_VERSION = 0.1
> +IGMPPROXY_SITE = http://downloads.sourceforge.net/project/igmpproxy/igmpproxy/$(IGMPPROXY_VERSION)
> +IGMPPROXY_SOURCE = igmpproxy-$(IGMPPROXY_VERSION).tar.gz

This last line is not needed since it's the default value.

> +IGMPPROXY_LICENSE = GPLv2+
> +IGMPPROXY_LICENSE_FILES = COPYING
> +
> +$(eval $(autotools-package))

Other than that, looks good. Can you send an updated version that takes
into account those comments?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      reply	other threads:[~2013-09-12 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 18:28 [Buildroot] [PATCH 1/1] igmpproxy: new package Matt Weber
2013-09-12 17:11 ` Thomas Petazzoni [this message]

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=20130912191126.7db8180f@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox