Pelagicore / meta-pelux

PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
https://pelux.io
MIT License
39 stars 28 forks source link

qtivi-mopidy-plugin_git.bb: Add suffix _simulation to lib #432

Closed JEderonn closed 4 years ago

JEderonn commented 4 years ago

The intention has been that the QtIvi Media mopidy plugin shall not be selected since it's still experimental and not complete. The problem is that it is still selected due to incorrect naming.

The method QIviServiceManagerPrivate::isSimulation returns TRUE if the QtIvi plugin library name contains _simulation.

JEderonn commented 4 years ago

Actually, I agree with you that it would be better to not have it installed at all, and at the same time rename it back to it's original naming since it's not really a simulation backend.