summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb
diff options
context:
space:
mode:
authorJim Broadus <jbroadus@gmail.com>2022-08-06 00:41:15 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-06 09:51:32 -0700
commit7c440945326db26c3ff2b413956bb3dad223891a (patch)
tree5efbe8c9bbb03069ee66e781c363c128b0c5e33f /meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb
parent8b76b6c8e3ffdb30da839408084289c57e292752 (diff)
downloadmeta-openembedded-7c440945326db26c3ff2b413956bb3dad223891a.tar.gz
networkmanager: fix iptables and nft paths
The NetworkManager meson.build is searching for iptables and nft by passing absolute paths to meson's find_program. The result is that it locates tools on the host machine when they exist at those locations. If they don't, it uses default locations. This often works out, but in some cases, such as when the host uses a merged usr scheme and the build target does not, the paths will be incorrect and the tools won't be found at runtime. These could be PACKAGECONFIG options, but since they have fallback values, completely disabling the use of either iptables or nft would require patching the meson.build or setting a bogus location. Note that this meson.build file follows the same pattern elsewhere, but most cases are already covered by PACKAGECONFIG options. Signed-off-by: Jim Broadus <jim@thruwave.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb')
0 files changed, 0 insertions, 0 deletions