https://github.com/martinh/libconfuse/ now redirects to
/libconfuse/libconfuse/, so use that instead in .mk and help text.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit cf8ccddaa2)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
config BR2_PACKAGE_LIBCONFUSE
|
|
bool "libconfuse"
|
|
help
|
|
LibConfuse is a configuration file parser library written in
|
|
C. It supports sections and (lists of) values (strings,
|
|
integers, floats, booleans or other sections), as well as some
|
|
other features (such as single/double-quoted strings,
|
|
environment variable expansion, functions and nested include
|
|
statements.
|
|
|
|
https://github.com/libconfuse/libconfuse
|