[oe] [meta-oe][PATCH 2/2] influxdb: Add missing group to static id

2024-02-17 Thread Yoann Congal
The influxdb group is used by the influxdb recipe and created by default by the useradd command. Also, align static passwd file to the USERADD_PARAM in the influxdb recipe and add the missing newline at end of file. Signed-off-by: Yoann Congal --- meta-oe/files/static-group-meta-oe | 1 +

[oe] [meta-oe][PATCH 1/2] influxdb: Fix /etc files owner

2024-02-17 Thread Yoann Congal
"chown root.influxdb" is a typo of "chown root:influxdb" Signed-off-by: Yoann Congal --- meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb

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

2024-02-17 Thread Yoann Congal
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

[oe] [meta-oe][PATCH 2/2] libtinyxml2: allow to build both shared and static libraries

2024-02-17 Thread Fathi Boudra
E.g. if we want to build uuu statically, libtinyxml2 static library is missing as it builds only the shared library by default. Signed-off-by: Fathi Boudra --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/2] libtinyxml2: fix the homepage URL

2024-02-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb index

[oe] [meta-networking][PATCH 1/2] freeradius: Add missing 'radiusd' static group id

2024-02-17 Thread Yoann Congal
This fixes build in reproducible test environment [0]: ERROR: freeradius-3.0.26-r0 do_install: ExecutionError [...] | chown: invalid group: ‘radiusd:radiusd’ [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/12/steps/28/logs/stdio line 12830 Signed-off-by: Yoann Congal

[oe] [meta-networking][PATCH 2/2] ntp: Add missing 'ntp' static group id

2024-02-17 Thread Yoann Congal
This fixes build in reproducible test environment [0]: ERROR: ntp-4.2.8p17-r0 do_install: ExecutionError[...] | chown: invalid group: ‘ntp:ntp’ Also add a missing newline at end-of-file. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/12/steps/28/logs/stdio line 12221