Commit 14f15f4
scripts/feeds: do not warn if override is already installed
When attempting to install a package that is already present in core
and -f is not used, suppress the warning about not overriding in case
override has already been installed. This avoids spurious warnings
caused by dependencies being installed, which is always done without
force, or by running "scripts/feeds install -f -p <feed> -a" followed
by "scripts/feeds install -a" for example.
Signed-off-by: Erik Karlsson <erik.karlsson@genexis.eu>1 parent 62872f8 commit 14f15f4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| 289 | + | |
288 | 290 | | |
289 | 291 | | |
290 | 292 | | |
| |||
574 | 576 | | |
575 | 577 | | |
576 | 578 | | |
577 | | - | |
| 579 | + | |
578 | 580 | | |
579 | 581 | | |
580 | 582 | | |
| |||
596 | 598 | | |
597 | 599 | | |
598 | 600 | | |
| 601 | + | |
599 | 602 | | |
600 | 603 | | |
601 | 604 | | |
| |||
0 commit comments