mbox series

[meta-oe,0/2] Fix influxdb reproducibility build

Message ID 20240217235424.1091544-1-yoann.congal@smile.fr
Headers show
Series Fix influxdb reproducibility build | expand

Message

Yoann Congal Feb. 17, 2024, 11:54 p.m. UTC
This series fixes influxdb in reproducible test build (See failure [0]) 
* Fix a type on the owner of files in do_install of the recipe
* Fix static ids files user in reproducible builds

[0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/12/steps/32/logs/stdio line 34799

Yoann Congal (2):
  influxdb: Fix /etc files owner
  influxdb: Add missing group to static id

 meta-oe/files/static-group-meta-oe              | 1 +
 meta-oe/files/static-passwd-meta-oe             | 4 ++--
 meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)