diff options
author | Ross Burton <ross.burton@arm.com> | 2025-01-22 15:28:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-23 00:03:08 +0000 |
commit | c754c047f58c7db37e50874936fb96928bf36f15 (patch) | |
tree | 0b5f218c5c0152c5dc0a9f1a99edda785b410048 /meta/recipes-devtools/subversion/subversion-1.7.2 | |
parent | 04fe788ed800ecbfd3125267dda72aedfa94a9fe (diff) | |
download | poky-master-next.tar.gz |
man-db: fix broken requirement for flexmaster-next
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: 0372270cc2196a1072638caa9f9cb55bb1e371a9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion-1.7.2')
0 files changed, 0 insertions, 0 deletions