GENIVI / AudioManager

The GENIVI Audiomanager
https://genivi.github.io/AudioManager
Other
25 stars 19 forks source link

Cmake and dlt endless loop fix #23

Closed JensLorenz closed 6 years ago

JensLorenz commented 6 years ago

This patchset fixes three problems:

  1. An issue with git and cmake where the revision will be guessed out of commit history.
  2. An DLT infinite loop issue which is root cause by using unknown values in known enum ranges.
  3. An issue in DBUS with invalid timer handles.

For more information see the commit messages.

slawr commented 6 years ago

Great. I'll update my meta-ivi PR to pull this in.