diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-26 18:29:44 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-09 11:51:59 +0100 |
| commit | 3a9cef8dbe3b5d81521536232c4ac67a9e81ac9a (patch) | |
| tree | 02d9852b0a64e19bcf836a94fabd71997c7fc5bf /meta/classes/base.bbclass | |
| parent | 90cf135b046e4195512daeb8e8f516603d0f5d6c (diff) | |
| download | poky-3a9cef8dbe3b5d81521536232c4ac67a9e81ac9a.tar.gz | |
base: Drop git intercept
We're going to use the environment approach for solving this issue.
(From OE-Core rev: a58a94e451bb62df70c60b5d7d27c0074b849e0e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0982977dc052ad4e65608f6853f930121d08837a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/base.bbclass')
| -rw-r--r-- | meta/classes/base.bbclass | 1 |
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 | |||
| 335 | do_install[dirs] = "${B}" | 335 | do_install[dirs] = "${B}" |
| 336 | # Remove and re-create ${D} so that is it guaranteed to be empty | 336 | # Remove and re-create ${D} so that is it guaranteed to be empty |
| 337 | do_install[cleandirs] = "${D}" | 337 | do_install[cleandirs] = "${D}" |
| 338 | PATH:prepend:task-install = "${COREBASE}/scripts/git-intercept:" | ||
| 339 | 338 | ||
| 340 | base_do_install() { | 339 | base_do_install() { |
| 341 | : | 340 | : |
