diff options
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.patch | 25 |
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 @@ | |||
1 | From bad93f7aec96b1819f4027dbc06b337d2e2227f2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Lei Maohui <leimaohui@fujitsu.com> | ||
3 | Date: Thu, 15 Sep 2022 16:35:39 +0900 | ||
4 | Subject: [PATCH] Set header file to a fixed path instead of a host path. | ||
5 | |||
6 | Upstream-Status: Inappropriate [embedded specific] | ||
7 | |||
8 | Signed-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 | |||
13 | diff --git a/src/common/tracker-miners-enum-types.c.template b/src/common/tracker-miners-enum-types.c.template | ||
14 | index 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 | |||