Message ID | 20250319120836.982987-3-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/9] rdisk: don't inherit autotools | expand |
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=' \
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(-)