summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch')
-rw-r--r--meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch b/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
index da8ce68df9..27081d8749 100644
--- a/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
+++ b/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
@@ -1,4 +1,4 @@
1From dc208bafc57c1ccaa0ca260f99c8b4c976271ebc Mon Sep 17 00:00:00 2001 1From 8a1aa4c318b8dbe4c0c2b1c4968f867ea6641b32 Mon Sep 17 00:00:00 2001
2From: Markus Volk <f_l_k@t-online.de> 2From: Markus Volk <f_l_k@t-online.de>
3Date: Sat, 16 Sep 2023 14:02:57 +0200 3Date: Sat, 16 Sep 2023 14:02:57 +0200
4Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR 4Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR
@@ -18,10 +18,10 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
18 1 file changed, 1 insertion(+), 1 deletion(-) 18 1 file changed, 1 insertion(+), 1 deletion(-)
19 19
20diff --git a/src/xb-self-test.c b/src/xb-self-test.c 20diff --git a/src/xb-self-test.c b/src/xb-self-test.c
21index 47d9728..8b3dd0e 100644 21index 1daca18..2e5b251 100644
22--- a/src/xb-self-test.c 22--- a/src/xb-self-test.c
23+++ b/src/xb-self-test.c 23+++ b/src/xb-self-test.c
24@@ -2870,7 +2870,7 @@ xb_speed_func(void) 24@@ -2876,7 +2876,7 @@ xb_speed_func(void)
25 int 25 int
26 main(int argc, char **argv) 26 main(int argc, char **argv)
27 { 27 {
@@ -30,6 +30,3 @@ index 47d9728..8b3dd0e 100644
30 30
31 g_test_init(&argc, &argv, NULL); 31 g_test_init(&argc, &argv, NULL);
32 32
33--
342.41.0
35