diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-01-22 17:54:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:06 -0800 |
commit | 23e6533f2be0b7c3b0ddbf0380f53ba96a9c0fbc (patch) | |
tree | eb37fb3dae2430b1a598af67539e006089b030f2 /meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb | |
parent | 3a3ef736cd8bb26308e3a206647a908f04b375ca (diff) | |
download | meta-openembedded-23e6533f2be0b7c3b0ddbf0380f53ba96a9c0fbc.tar.gz |
ndctl: fix compiling without including tests
In case "tests" PACKAGECONFIG is not included, do_configure fails
with the following error message:
../git/ndctl/meson.build:51:4: ERROR: Problem encountered: '-D=destructive=enabled' requires '-Dtest=enabled'
Since "destructive" option only enables an extra set of tests, it only
makes sense to use along with including the tests. In case tests
are not required, this option can be left on its default value (disabled).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb')
0 files changed, 0 insertions, 0 deletions