summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-26 18:29:44 +0100
committerSteve Sakoman <steve@sakoman.com>2022-05-03 03:57:21 -1000
commita58a94e451bb62df70c60b5d7d27c0074b849e0e (patch)
treefec3df4cfd06cc964646ac15144b9cdd3f9f14d5
parent0ff2cff2c1eac3fe6304644db0fc27ba3130c237 (diff)
downloadopenembedded-core-contrib-a58a94e451bb62df70c60b5d7d27c0074b849e0e.tar.gz
base: Drop git intercept
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>
-rw-r--r--meta/classes/base.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 398b098651..9ed736b0e1 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() {
: