[Buildroot] [PATCH 2/3] libnatpmp: New package

Peter Korsgaard peter at korsgaard.com
Sun Jul 3 17:08:35 UTC 2016


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/Config.in                |  1 +
 >  package/libnatpmp/Config.in      | 16 ++++++++++++++++
 >  package/libnatpmp/libnatpmp.hash |  2 ++
 >  package/libnatpmp/libnatpmp.mk   | 31 +++++++++++++++++++++++++++++++
 >  4 files changed, 50 insertions(+)
 >  create mode 100644 package/libnatpmp/Config.in
 >  create mode 100644 package/libnatpmp/libnatpmp.hash
 >  create mode 100644 package/libnatpmp/libnatpmp.mk

 > diff --git a/package/Config.in b/package/Config.in
 > index cfa26ee..9b062c4 100644
 > --- a/package/Config.in
 > +++ b/package/Config.in
 > @@ -1182,6 +1182,7 @@ menu "Networking"
 >  	source "package/libminiupnpc/Config.in"
 >  	source "package/libmnl/Config.in"
 >  	source "package/libmodbus/Config.in"
 > +	source "package/libnatpmp/Config.in"
 >  	source "package/libndp/Config.in"
 >  	source "package/libnet/Config.in"
 >  	source "package/libnetfilter_acct/Config.in"
 > diff --git a/package/libnatpmp/Config.in b/package/libnatpmp/Config.in
 > new file mode 100644
 > index 0000000..9de0b74
 > --- /dev/null
 > +++ b/package/libnatpmp/Config.in
 > @@ -0,0 +1,16 @@
 > +config BR2_PACKAGE_LIBNATPMP
 > +	bool "libnatpmp"
 > +	depends on !BR2_BINFMT_FLAT
 > +	depends on !BR2_STATIC_LIBS
 > +	help
 > +	  libnatpmp is an attempt to make a portable and fully compliant
 > +	  implementation of the NAT-PMP protocol for the client side. It
 > +	  is based on non blocking sockets and all calls of the API are
 > +	  asynchronous. It is therefore very easy to integrate the
 > +	  NAT-PMP code to any event driven code.
 > +
 > +	  http://miniupnp.free.fr/libnatpmp.html
 > +
 > +comment "libnatpmp needs a toolchain dynamic library"

Again missing a w/

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list