summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-04-08 09:16:34 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-10 10:05:35 -0700
commit8291505ccdca91ddbb616e930e7584f18c34ad87 (patch)
tree6e06b9f3de04a318fc9d1dfe33f1f335b9702ea6 /meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
parentd8187782ca6a5c13bffbbf7ecdaa102715ee1576 (diff)
downloadmeta-openembedded-8291505ccdca91ddbb616e930e7584f18c34ad87.tar.gz
ndctl: fix build failure with EXEWRAPPER_ENABLED False
The v73 version tries to build and run a test program at compile time to check whether compiler supports sizeof and expression statements and sets HAVE_STATEMENT_EXPR accordingly. This requires EXEWRAPPER_ENABLED in meson.bbclass to be True and qemu-usermode to be working. In cases when EXEWRAPPER_ENABLED is False, build fails with error: | ../git/meson.build:213:0: ERROR: Can not run test applications in this cross environment. We don't really need to do this as these have been supported since gcc3 and can set the configs to 1. The autotools implementation also used to set it to 1 so this doesn't change anything: https://github.com/pmem/ndctl/blob/v72.1/configure.ac#L70 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-obd_0.7.1.bb')
0 files changed, 0 insertions, 0 deletions