The upstream project has been renamed from p1_yaml to fast_yaml. Use the same name so packages that depends on it, find its content in the fast_yaml/ directory. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
config BR2_PACKAGE_ERLANG_FAST_YAML
|
|
bool "erlang-fast-yaml"
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
select BR2_PACKAGE_LIBYAML
|
|
help
|
|
Erlang wrapper for libyaml C library
|
|
|
|
https://github.com/processone/fast_yaml
|