diff mbox series

[v2,03/12] gradm: don't inherit autotools

Message ID 20250319174152.706861-3-ross.burton@arm.com
State Accepted
Headers show
Series [v2,01/12] rdisk: don't inherit autotools | expand

Commit Message

Ross Burton March 19, 2025, 5:41 p.m. UTC
This upstream does not in fact use autotools.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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='                                  \