summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
blob: 27081d87494acd01e86f6039abac39ad0fc07860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 8a1aa4c318b8dbe4c0c2b1c4968f867ea6641b32 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Sat, 16 Sep 2023 14:02:57 +0200
Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR

This avoids:
 libxmlb-0.3.14-r0 do_package_qa: QA Issue: File
 /usr/libexec/installed-tests/libxmlb/xb-self-test in package libxmlb-ptest
 contains reference to TMPDIR [buildpaths]

and also fixes the runtime for the ptest.

Upstream-Status: Inappropriate [oe-specific]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 src/xb-self-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xb-self-test.c b/src/xb-self-test.c
index 1daca18..2e5b251 100644
--- a/src/xb-self-test.c
+++ b/src/xb-self-test.c
@@ -2876,7 +2876,7 @@ xb_speed_func(void)
 int
 main(int argc, char **argv)
 {
-	g_setenv("G_TEST_SRCDIR", SRCDIR, FALSE);
+	g_setenv("G_TEST_SRCDIR", "/usr/libexec/installed-tests/libxmlb", FALSE);
 
 	g_test_init(&argc, &argv, NULL);