From ca4bd3c7864916da1787945a8fd073ef12e76c0e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Mar 2025 17:41:44 +0000 Subject: mce-inject: don't inherit autotools This upstream does not in fact use autotools, so remove the inherit and implement the required do_install. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-support/mcelog/mce-inject_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index 8fc8e2b5e5..6c1255772d 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb @@ -19,6 +19,8 @@ S = "${WORKDIR}/git" COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' -inherit autotools-brokensep +EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'" -EXTRA_OEMAKE = "destdir=${D} CFLAGS='${CFLAGS}'" +do_install() { + oe_runmake 'destdir=${D}' install +} -- cgit v1.2.3-54-g00ecf