Commit 841b238
[vigiles.bbclass] Remove do_unpack dependency to prevent unnecessary fetch/unpack operations
Setting nostamp = "1" forces Vigiles tasks to run every time to gather metadata for SBOM generation.
However, when these tasks depend on do_unpack, it triggers fetch and unpack steps even if the packages are already available in the sstate cache,
leading to increased build times.
This change removes the do_unpack dependency to optimize build performance.1 parent 961aef0 commit 841b238
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | | - | |
| 137 | + | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
| |||
0 commit comments