diff mbox series

[yocto-autobuilder-helper,1/2] config.json: reproducible-meta-oe: exclude crossguid

Message ID 20240207231439.149332-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,1/2] config.json: reproducible-meta-oe: exclude crossguid | expand

Commit Message

Yoann Congal Feb. 7, 2024, 11:14 p.m. UTC
Remove crossguid from reproducibility test: it packages a file containing
a full TMP path:
WARNING: crossguid-0.2.2-r0 do_package_qa: QA Issue: File /usr/share/crossguid/cmake/crossguid-config.cmake in package crossguid contains reference to TMPDIR [buildpaths]

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 5e24c7e..1af8b92 100644
--- a/config.json
+++ b/config.json
@@ -370,7 +370,8 @@ 
                     "USERADD_GID_TABLES:append = ' files/static-group-meta-multimedia'",
                     "USERADD_UID_TABLES:append = ' files/static-passwd-meta-multimedia'",
                     "USERADD_GID_TABLES:append = ' files/static-group-meta-oe'",
-                    "USERADD_UID_TABLES:append = ' files/static-passwd-meta-oe'"
+                    "USERADD_UID_TABLES:append = ' files/static-passwd-meta-oe'",
+                    "OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = 'crossguid'"
                 ]
             },
             "step5" : {