From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] netcf: new package
Date: Sat, 2 Dec 2017 16:15:01 +0100 [thread overview]
Message-ID: <20171202151501.GB31247@gmail.com> (raw)
In-Reply-To: <20171127104131.27975-3-casantos@datacom.ind.br>
Hello,
Just a few remarks;
On Mon, Nov 27, 2017 at 08:41:30AM -0200, Carlos Santos wrote:
>
> diff --git a/package/Config.in b/package/Config.in
> index 86acab6427..cdfb90151a 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1710,6 +1710,7 @@ menu "Networking applications"
> source "package/nbd/Config.in"
> source "package/ncftp/Config.in"
> source "package/ndisc6/Config.in"
> + source "package/netcf/Config.in"
> source "package/netatalk/Config.in"
> source "package/netcat/Config.in"
> source "package/netcat-openbsd/Config.in"
This does not follow the chronological order.
> diff --git a/package/netcf/Config.in b/package/netcf/Config.in
> new file mode 100644
> index 0000000000..d38c2dcef0
> --- /dev/null
> +++ b/package/netcf/Config.in
> @@ -0,0 +1,24 @@
> +config BR2_PACKAGE_NETCF
> + bool "netcf"
> + depends on !BR2_arc # augeas
> + depends on !BR2_STATIC_LIBS # libnl
> + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
> + depends on BR2_USE_MMU # fork()
> + depends on BR2_USE_WCHAR # augeas
> + select BR2_PACKAGE_AUGEAS
> + select BR2_PACKAGE_LIBNL
> + select BR2_PACKAGE_LIBXML2
> + select BR2_PACKAGE_LIBXSLT
> + select BR2_PACKAGE_READLINE
> + help
> + netcf is a cross-platform network configuration library.
> +
> + It takes the description of a network interface in its own
> + platform-independent format and adapts the local system's
> + network configuration to provide that interface.
> +
> + Both the ncftool utility and libnetcf are installed.
> +
> +comment "netcf needs a toolchain w/ wchar"
> + depends on !BR2_arc
> + depends on !BR2_USE_WCHAR
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_STATIC_LIBS
depends on BR2_USE_MMU
I think these could be good to include as well.k
> diff --git a/package/netcf/netcf.hash b/package/netcf/netcf.hash
> new file mode 100644
> index 0000000000..2ba2a5c204
> --- /dev/null
> +++ b/package/netcf/netcf.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256 fd81d607795547807150dfdb82bd164ab2569369ab48a30cb6b0d010d17b127c netcf_0.2.8.orig.tar.gz
Please calculate hash for licence file as well.
Best regards
Marcus Folkesson
next prev parent reply other threads:[~2017-12-02 15:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-27 10:41 [Buildroot] [PATCH 0/3] libvirt and required packages Carlos Santos
2017-11-27 10:41 ` [Buildroot] [PATCH 1/3] nmap: add option to build/install ncat Carlos Santos
2017-11-27 10:41 ` [Buildroot] [PATCH 2/3] netcf: new package Carlos Santos
2017-12-02 15:15 ` Marcus Folkesson [this message]
2018-04-02 14:42 ` Thomas Petazzoni
2018-04-02 15:39 ` Arnout Vandecappelle
2017-11-27 10:41 ` [Buildroot] [PATCH 3/3] libvirt: " Carlos Santos
2017-11-27 11:47 ` Baruch Siach
2018-04-02 15:19 ` Thomas Petazzoni
2018-04-02 20:18 ` Arnout Vandecappelle
2018-04-03 3:49 ` Carlos Santos
2018-04-03 12:21 ` Arnout Vandecappelle
2018-04-03 13:13 ` Carlos Santos
2018-04-03 17:16 ` Arnout Vandecappelle
2018-04-04 0:47 ` Carlos Santos
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=20171202151501.GB31247@gmail.com \
--to=marcus.folkesson@gmail.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 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.