AsteroidOS / meta-asteroid

OpenEmbedded layer that provides the basis of AsteroidOS
GNU General Public License v2.0
78 stars 45 forks source link

Update libconnman-qt to version 1.3.2 and fix bug #138

Closed beroset closed 1 year ago

beroset commented 1 year ago

The asteroid-weather-glow watchface was not working any longer (see https://github.com/AsteroidOS/asteroid/issues/243 ), so this fixes that problem by updating the underlying libconnman-qt to version 1.3.2 from 1.2.46 and adds a necessary patch to wait for the dbus call to finish before returning from the constructor for NetworkTechnology objects.

FlorentRevest commented 1 year ago

I merged this a bit quickly but had some second thoughts afterward ahah. It looks like you imported a few commits from the libconnman-qt repository as patches into our layer but have you considered bumping the recipe's SRCREV instead ? Then we could just fetch these commits from the upstream repo and only ship the additional patches which we actually wrote and maintain

beroset commented 1 year ago

I did consider moving the SRCREV instead, but was unsuccessful when I tried that approach. I'll try again.