[Buildroot] [PATCH 3/7] sysrepo: libnetconf2 is not needed

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Dec 8 21:57:32 UTC 2019


On Wed, 4 Dec 2019 10:35:27 +0100
Jan Kundrát <jan.kundrat at cesnet.cz> wrote:

> 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 at cesnet.cz>

There was a line:

	depends on BR2_USE_MMU # libnetconf2

which no longer made sense since sysrepo no longer selects libnetconf2.
However, a look at the sysrepo code shows that it is using fork(), and
therefore I changed the line to just:

	depends on BR2_USE_MMU

I also fixed the commit title to use "package/sysrepo:" as the prefix.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list