From 56d59ac2d3c30db339f1687e365ceb11340a560b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Mar 2025 17:41:43 +0000 Subject: [PATCH] gradm: don't inherit autotools This upstream does not in fact use autotools. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb index 6238a04d96..89119389fd 100644 --- a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb +++ b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb @@ -22,8 +22,6 @@ UPSTREAM_CHECK_URI = "https://grsecurity.net/download" S = "${WORKDIR}/gradm" -inherit autotools-brokensep - do_compile() { oe_runmake 'CC=${CC}' \ 'LIBS=' \