From: Heiko Thiery <Heiko.Thiery@kontron.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/7] sysrepo: libnetconf2 is not needed
Date: Wed, 4 Dec 2019 13:07:08 +0000 [thread overview]
Message-ID: <fcc5b731d0014376b538fcd82cfafd84@kontron.com> (raw)
In-Reply-To: <9ce249faace5681092cd55ca8a1a046479c66bc5.1575456104.git.jan.kundrat@cesnet.cz>
> -----Urspr?ngliche Nachricht-----
> Von: buildroot [mailto:buildroot-bounces at busybox.net] Im Auftrag von Jan
> Kundr?t
> Gesendet: Mittwoch, 4. Dezember 2019 10:35
> An: buildroot at buildroot.org
> Cc: Heiko Thiery; Fabrice Fontaine
> Betreff: [Buildroot] [PATCH 3/7] sysrepo: libnetconf2 is not needed
>
> The libnetconf2 library is a dependency of Netopeer2. Sysrepo does not have a
> NETCONF server or a NETCONF client, so it does not use this library.
>
> Signed-off-by: Jan Kundr?t <jan.kundrat@cesnet.cz>
Acked-by: Heiko Thiery <heiko.thiery@kontron.com>
> ---
> package/sysrepo/Config.in | 1 -
> package/sysrepo/sysrepo.mk | 4 ++--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/package/sysrepo/Config.in b/package/sysrepo/Config.in index
> 18a09e0c57..df7f0fd68e 100644
> --- a/package/sysrepo/Config.in
> +++ b/package/sysrepo/Config.in
> @@ -8,7 +8,6 @@ config BR2_PACKAGE_SYSREPO
> depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" #
> host-protobuf
> select BR2_PACKAGE_LIBAVL
> select BR2_PACKAGE_LIBEV
> - select BR2_PACKAGE_LIBNETCONF2
> select BR2_PACKAGE_LIBYANG
> select BR2_PACKAGE_PCRE
> select BR2_PACKAGE_PCRE_UCP
> diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk index
> 49c908d62d..216e517526 100644
> --- a/package/sysrepo/sysrepo.mk
> +++ b/package/sysrepo/sysrepo.mk
> @@ -9,8 +9,8 @@ SYSREPO_SITE = $(call
> github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
> SYSREPO_INSTALL_STAGING = YES
> SYSREPO_LICENSE = Apache-2.0
> SYSREPO_LICENSE_FILES = LICENSE
> -SYSREPO_DEPENDENCIES = libev libnetconf2 libavl libyang pcre protobuf-c
> host-sysrepo -HOST_SYSREPO_DEPENDENCIES = host-libev host-libnetconf2
> host-libavl host-libyang host-pcre host-protobuf-c
> +SYSREPO_DEPENDENCIES = libev libavl libyang pcre protobuf-c
> +host-sysrepo HOST_SYSREPO_DEPENDENCIES = host-libev host-libavl
> +host-libyang host-pcre host-protobuf-c
>
> SYSREPO_CONF_OPTS = \
> -DIS_DEVELOPER_CONFIGURATION=OFF \
> --
> 2.21.0
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
next prev parent reply other threads:[~2019-12-04 13:07 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-04 10:41 [Buildroot] [PATCH 0/7] Improve sysrepo support Jan Kundrát
2019-12-04 9:05 ` [Buildroot] [PATCH 2/7] sysrepo: fix a typo when installing with systemd Jan Kundrát
2019-12-04 13:15 ` Heiko Thiery
2019-12-08 21:51 ` Thomas Petazzoni
2019-12-22 20:28 ` Peter Korsgaard
2019-12-04 9:35 ` [Buildroot] [PATCH 3/7] sysrepo: libnetconf2 is not needed Jan Kundrát
2019-12-04 13:07 ` Heiko Thiery [this message]
2019-12-08 21:57 ` Thomas Petazzoni
2019-12-22 20:29 ` Peter Korsgaard
2019-12-04 9:37 ` [Buildroot] [PATCH 4/7] sysrepo: Optional support for C++ bindings Jan Kundrát
2019-12-08 21:59 ` Thomas Petazzoni
2019-12-04 9:37 ` [Buildroot] [PATCH 5/7] sysrepo: Use a common repository location Jan Kundrát
2019-12-04 12:29 ` Heiko Thiery
2019-12-08 22:03 ` Thomas Petazzoni
2019-12-04 10:17 ` [Buildroot] [PATCH 7/7] Add me as a maintainer for the NETCONF stack Jan Kundrát
2019-12-08 22:04 ` Thomas Petazzoni
2019-12-22 20:29 ` Peter Korsgaard
2019-12-04 10:47 ` [Buildroot] [PATCH 1/7] libyang: Optional C++ bindings Jan Kundrát
2019-12-04 13:23 ` Heiko Thiery
2019-12-04 15:16 ` Thomas Petazzoni
2019-12-04 10:47 ` [Buildroot] [PATCH 6/7] libnetconf2: adjust dependencies Jan Kundrát
2019-12-04 12:53 ` Heiko Thiery
2019-12-04 13:00 ` Jan Kundrát
2019-12-04 13:11 ` Heiko Thiery
2019-12-04 15:14 ` Thomas Petazzoni
2019-12-08 22:05 ` [Buildroot] [PATCH 0/7] Improve sysrepo support Thomas Petazzoni
2019-12-08 22:11 ` Jan Kundrát
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=fcc5b731d0014376b538fcd82cfafd84@kontron.com \
--to=heiko.thiery@kontron.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