diff options
author | Ross Burton <ross.burton@arm.com> | 2025-03-17 13:27:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-18 11:25:36 +0000 |
commit | d599ce3d6373a33f795dd50d4ed988f45966bcdc (patch) | |
tree | 1a28b6fe4b4618c2d628f22facf2cca666e388c3 /scripts/cve-json-to-text.py | |
parent | 2c6cb136cad37643f159e6968b8d7d5594562967 (diff) | |
download | poky-d599ce3d6373a33f795dd50d4ed988f45966bcdc.tar.gz |
mdadm: don't inherit autotools
mdadm doesn't use autotools at all:
- do_configure does nothing as it can't find configure.ac or configure
- do_compile is overridden to pass SYSROOT
- do_install is overridden but still calls autotools_do_install (which
is just 'make install DESTDIR=$D') and then appended.
Clean this up by passing SYSROOT and STRIP in EXTRA_OEMAKE, removing the
now-obsolete do_compile(), and merging the do_install()s.
(From OE-Core rev: a43888fda9aedaa5ac13d298644aedbf4134165d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/cve-json-to-text.py')
0 files changed, 0 insertions, 0 deletions