]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
mdadm: don't inherit autotools
authorRoss Burton <ross.burton@arm.com>
Mon, 17 Mar 2025 13:27:47 +0000 (13:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Mar 2025 11:24:39 +0000 (11:24 +0000)
commita43888fda9aedaa5ac13d298644aedbf4134165d
tree96aad1d47d25a67ad3c28392f6d4e8bd8568b36a
parent1a17aec7955cb3ed288519d28ee10858abbba3ae
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mdadm/mdadm_4.3.bb