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-12 16:42:13 +0100 |
| commit | 5f685dc2d1d2d0b2dc40bf3b7692e91ecce438ed (patch) | |
| tree | a90dff04e6202c64a7e29f559df59e4b5d446866 /meta/classes | |
| parent | 663939ef27a7906d25fcf40d713086cb4a3b5878 (diff) | |
| download | poky-5f685dc2d1d2d0b2dc40bf3b7692e91ecce438ed.tar.gz | |
base: Drop git intercept
We're going to use the environment approach for solving this issue.
(From OE-Core rev: 16686a05a6acc87725431b964ac6a0d1271d4716)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0982977dc052ad4e65608f6853f930121d08837a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -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 78cc8279dd..070341d1aa 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
| @@ -339,7 +339,6 @@ addtask install after do_compile | |||
| 339 | do_install[dirs] = "${B}" | 339 | do_install[dirs] = "${B}" |
| 340 | # Remove and re-create ${D} so that is it guaranteed to be empty | 340 | # Remove and re-create ${D} so that is it guaranteed to be empty |
| 341 | do_install[cleandirs] = "${D}" | 341 | do_install[cleandirs] = "${D}" |
| 342 | PATH:prepend:task-install = "${COREBASE}/scripts/git-intercept:" | ||
| 343 | 342 | ||
| 344 | base_do_install() { | 343 | base_do_install() { |
| 345 | : | 344 | : |
