From a242274d98e6f0f8d2aa21f778df690de7b42144 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 3 Feb 2022 16:48:56 +0000 Subject: prelink: Drop support for it Prelink is being dropped by glibc in 2.36. It already causes issues with binary corruption, has a number of open bugs and is of questionable benefit without disabling load address randomization and PIE executables. We disabled it by default a while back but left people able to use it. We would be unable to maintain it alone without glibc support so remove the remaining pieces. (From OE-Core rev: 23c0be78106f1d1e2bb9c724174a1bb8c56c2469) Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index ae25287c11..6146d01f3f 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -577,7 +577,6 @@ RECIPE_MAINTAINER:pn-popt = "Yi Zhao " RECIPE_MAINTAINER:pn-powertop = "Alexander Kanavin " RECIPE_MAINTAINER:pn-ppp = "Hongxu Jia " RECIPE_MAINTAINER:pn-ppp-dialin = "Hongxu Jia " -RECIPE_MAINTAINER:pn-prelink = "Mark Hatle " RECIPE_MAINTAINER:pn-procps = "Alexander Kanavin " RECIPE_MAINTAINER:pn-pseudo = "Richard Purdie " RECIPE_MAINTAINER:pn-psmisc = "Alexander Kanavin " -- cgit v1.2.3-54-g00ecf