Opened 15 years ago
Closed 15 years ago
#5493 closed bug (fixed)
[patch] installoptionalpackage -- bug fixes
Reported by: | mmadia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I overlooked the fact that the test on isHybridBuild is set|unset and not 0|1. This error caused installoptionalpackage to install other-gcc packages on pure-gcc installations.
- Adds WifiFirmwareScriptData to the packages to ignore
- Fixes isHybridBuild variables for non-hybrids
Thanks to luroh for noticing!
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | installoptionalpackage-pureGccFix-ignoreWifiFirmwareScriptData.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev35696. Thanks!