diff options
author | Ross Burton <ross.burton@arm.com> | 2025-01-22 15:28:17 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@arm.com> | 2025-01-23 11:56:47 +0000 |
commit | 839531ac1cd27936699f837b8a8d4807f2baa586 (patch) | |
tree | 8dad5e49270438f8b206f5cc6b40b35b24e9f9b6 /scripts/cve-json-to-text.py | |
parent | e0e5dd1e43415ec56144b652ae6af0a4bd07ffcf (diff) | |
download | poky-839531ac1cd27936699f837b8a8d4807f2baa586.tar.gz |
man-db: fix broken requirement for flex
Normally flex-native in the sysroot via the toolchain, but different
toolchains may not depend on flex-native (eg, external-arm-toolchain).
This results in a configure error:
checking for flex... no
configure: error: flex is required when building from revision control
Now we're not building from revision control, but the configure script
is broken with out-of-tree builds and checks the (empty) build tree for
pre-generated sources. Apply a fix to look in the source tree instead.
(From OE-Core rev: 544d8ee19b5ac74a841722a3e000019d2e6ab4f8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'scripts/cve-json-to-text.py')
0 files changed, 0 insertions, 0 deletions