diff options
author | Maxin John <maxin.john@gmail.com> | 2024-01-27 11:50:20 +0200 |
---|---|---|
committer | Maxin John <maxin.john@gmail.com> | 2024-03-08 15:21:09 +0200 |
commit | b2f7f2b3e45de0158659c7c3926fd0440de29c96 (patch) | |
tree | 2e88ed7c0a25d882a904f5a07c18378775746c99 /meta-gnome | |
parent | a0237019f5b5c003fd0c6fd4486859214e24be01 (diff) | |
download | meta-openembedded-b2f7f2b3e45de0158659c7c3926fd0440de29c96.tar.gz |
tracker: remove unused patch
0001-meson-Do-not-define-TOP_SRCDIR.patch was left unused after
updgrade to version 3.6.0. Remove it as part of cleanup.
Signed-off-by: Maxin John <maxin.john@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/tracker/tracker/0001-meson-Do-not-define-TOP_SRCDIR.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker/0001-meson-Do-not-define-TOP_SRCDIR.patch b/meta-gnome/recipes-gnome/tracker/tracker/0001-meson-Do-not-define-TOP_SRCDIR.patch deleted file mode 100644 index 5c6ab71a9f..0000000000 --- a/meta-gnome/recipes-gnome/tracker/tracker/0001-meson-Do-not-define-TOP_SRCDIR.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | From 3e262192ffebf5d6fec92d5b7ba08348a94df1ae Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 25 May 2023 20:54:47 -0700 | ||
4 | Subject: [PATCH] meson: Do not define TOP_SRCDIR | ||
5 | |||
6 | This is passed from build env | ||
7 | |||
8 | Upstream-Status: Inappropriate [Cross compile specific] | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | --- | ||
11 | meson.build | 1 - | ||
12 | 1 file changed, 1 deletion(-) | ||
13 | |||
14 | --- a/meson.build | ||
15 | +++ b/meson.build | ||
16 | @@ -353,7 +353,7 @@ subdir('utils') | ||
17 | |||
18 | test_c_args = tracker_c_args + [ | ||
19 | '-DTOP_BUILDDIR="@0@"'.format(build_root), | ||
20 | - '-DTOP_SRCDIR="@0@"'.format(source_root), | ||
21 | + '-DTOP_SRCDIR="@0@"'.format('/usr/src/debug/tracker'), | ||
22 | ] | ||
23 | |||
24 | tracker_uninstalled_cli_dir = join_paths(meson.current_build_dir(), 'src', 'tracker') | ||