diff options
| author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | 2025-09-05 08:20:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:15:34 +0000 |
| commit | 5d040e9ce504cd29553907894121afa5be1ae739 (patch) | |
| tree | f3e548054782ed51e27fbbfede515f7c83e0d250 /bitbake/lib | |
| parent | 30a778c865f0efaa3816adc18f0fd4ef087930aa (diff) | |
| download | poky-5d040e9ce504cd29553907894121afa5be1ae739.tar.gz | |
bitbake: fetch2: gitsm: remove redundant set value
(Bitbake rev: 44ad212560abebe8ff6a120a80e4f1714b5e6ac0)
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/fetch2/gitsm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 9baefb3e63..15b9c3740d 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py | |||
| @@ -139,7 +139,6 @@ class GitSM(Git): | |||
| 139 | # Workaround for issues with SRCPV/SRCREV_FORMAT errors | 139 | # Workaround for issues with SRCPV/SRCREV_FORMAT errors |
| 140 | # error refer to 'multiple' repositories. Only the repository | 140 | # error refer to 'multiple' repositories. Only the repository |
| 141 | # in the original SRC_URI actually matters... | 141 | # in the original SRC_URI actually matters... |
| 142 | ld.setVar('SRCPV', d.getVar('SRCPV')) | ||
| 143 | ld.setVar('SRCREV_FORMAT', module) | 142 | ld.setVar('SRCREV_FORMAT', module) |
| 144 | 143 | ||
| 145 | function(ud, url, module, paths[module], workdir, ld) | 144 | function(ud, url, module, paths[module], workdir, ld) |
