]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
base: Drop git intercept
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Apr 2022 17:29:44 +0000 (18:29 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 3 May 2022 13:57:21 +0000 (03:57 -1000)
We're going to use the environment approach for solving this issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0982977dc052ad4e65608f6853f930121d08837a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/base.bbclass

index 398b098651ea0d15f5abc6af85af82fcd84a7b65..9ed736b0e16824fbb17e8c247d246a2ff93508a2 100644 (file)
@@ -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() {
        :