summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-jsonpointer
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-31 12:22:48 +0100
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:21:28 -1000
commitc559b2cc3622d2c501b8a88152fd4ed3b95ec574 (patch)
tree11306e6855c0becf09355440630589c60683824c /meta/recipes-devtools/python/python3-jsonpointer
parent6ecbb1a032f435f8e76ce90b9482e2cf2b2dd141 (diff)
downloadpoky-c559b2cc3622d2c501b8a88152fd4ed3b95ec574.tar.gz
inetutils: don't guess target paths
inetutils guesses a lot of target paths in cross builds, and warns that some of them are known to be wrong (for example, whether /proc/net/dev exists is guessed as 'no'). Add a post-configure function to check for these warnings, and pass --with-path-* as appropriate to set the paths explicitly. This means we can remove the patch which was setting PATH_PROCNET_DEV, and the autoconf cache value inetutils_cv_path_login. The downside is that these --with-path-* options are not real autoconf options, so the "unknown options" warning is emitted. Losing those is an acceptable compromise, so disable it. Musl doesn't implement utmp and has stub defines for _PATH_UTMP but not _PATH_UTMPX, so we need to set the X variants explicitly. (From OE-Core rev: 86b88aaec534c3da74de6127198c57521977bd10) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 91179f89db127063dbdf998e15d63e04d6be53f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonpointer')
0 files changed, 0 insertions, 0 deletions