kumquat-buildroot/package/libubootenv/Config.in
Bernd Kuhls 90cedc23be package/libubootenv: needs libyaml
Fixes:
http://autobuild.buildroot.net/results/cc1/cc141c81fd00ca3ece1c33b9659cce93dd5222a9/

Makefile:576: *** libyaml is in the dependency chain of libubootenv that
 has added it to its _DEPENDENCIES variable without selecting it or
 depending on it from Config.in.  Stop.

This error was introduced by buildroot commit
9325ba4754.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-27 12:33:24 +02:00

13 lines
379 B
Plaintext

config BR2_PACKAGE_LIBUBOOTENV
bool "libubootenv"
select BR2_PACKAGE_LIBYAML
select BR2_PACKAGE_ZLIB
help
libubootenv is a library that provides a hardware independent
way to access to U-Boot environment.
The package provides the fw_printenv / fw_setenv utilities,
new tools build from the library and not from U-Boot.
https://github.com/sbabic/libubootenv/