From: Richard Purdie Date: Tue, 26 Apr 2022 17:29:44 +0000 (+0100) Subject: base: Drop git intercept X-Git-Tag: 2020-04.17~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58a94e451bb62df70c60b5d7d27c0074b849e0e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git base: Drop git intercept We're going to use the environment approach for solving this issue. Signed-off-by: Richard Purdie (cherry picked from commit 0982977dc052ad4e65608f6853f930121d08837a) Signed-off-by: Steve Sakoman --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 398b098651e..9ed736b0e16 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -335,7 +335,6 @@ addtask install after do_compile do_install[dirs] = "${B}" # Remove and re-create ${D} so that is it guaranteed to be empty do_install[cleandirs] = "${D}" -PATH:prepend:task-install = "${COREBASE}/scripts/git-intercept:" base_do_install() { :