Skip to content
Snippets Groups Projects
user avatar
Pavel Modilaynen authored
Using Makefile's wildcard with absolute path to detect
the presence of libyaml results in false-positive
detection when cross-compiling e.g. in yocto environment.
The latter results in build error:
| scripts/dtc/yamltree.o: In function `yaml_propval_int':
| yamltree.c: undefined reference to `yaml_sequence_start_event_initialize'
| yamltree.c: undefined reference to `yaml_emitter_emit'
| yamltree.c: undefined reference to `yaml_scalar_event_initialize'
...
Use pkg-config to locate libyaml to address this scenario.

Signed-off-by: default avatarPavel Modilaynen <pavel.modilaynen@axis.com>
[robh: silence stderr]
Signed-off-by: default avatarRob Herring <robh@kernel.org>
067c650c
Name Last commit Last update