summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch')
-rw-r--r--meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch b/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch
new file mode 100644
index 0000000000..87589a0e64
--- /dev/null
+++ b/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch
@@ -0,0 +1,25 @@
1From bad93f7aec96b1819f4027dbc06b337d2e2227f2 Mon Sep 17 00:00:00 2001
2From: Lei Maohui <leimaohui@fujitsu.com>
3Date: Thu, 15 Sep 2022 16:35:39 +0900
4Subject: [PATCH] Set header file to a fixed path instead of a host path.
5
6Upstream-Status: Inappropriate [embedded specific]
7
8Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
9---
10 .../tracker-miners-enum-types.c.template | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/src/common/tracker-miners-enum-types.c.template b/src/common/tracker-miners-enum-types.c.template
14index 4db7ef1..7c44c13 100644
15--- a/src/common/tracker-miners-enum-types.c.template
16+++ b/src/common/tracker-miners-enum-types.c.template
17@@ -7,7 +7,7 @@
18
19 /*** BEGIN file-production ***/
20 /* enumerations from "@basename@" */
21-#include "@filename@"
22+#include "tracker-enums.h"
23 /*** END file-production ***/
24
25