Description
Following use case does not work correctly when using <AutoDependOn> in package.xml files.
component qt.511.doc which has <AutoDependOn> to qt.511
component qt.beagleboard.qt which has <Dependencies> to qt.511.doc
component qt.imx6.qt which has <Dependencies> to qt.511.doc
After installing all components and you try to uninstall only qt.imx6.qt, SDK will also uninstall qt.511.doc and qt.beagleboard.qt (and any other component which has <Dependencies> to qt.511.doc)
Attachments
Issue Links
- relates to
-
QTIFW-510 Depending on a Component that itself has AutoDependsOn leads to inconsistent state
- Closed