diff options
author | Marc Ferland <marc.ferland@sonatest.com> | 2024-07-31 11:28:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-05 14:31:57 +0100 |
commit | f7f84d44d3e295bbb0ee58e8f582960b724f75ad (patch) | |
tree | 023f275e16faffebc7f6d2cca5bf84901b51bfbd | |
parent | c01e633ab918d4cdc0d2f04f1c01ccaf3f1b4844 (diff) | |
download | poky-f7f84d44d3e295bbb0ee58e8f582960b724f75ad.tar.gz |
appstream: refresh patch
Refresh patch for 1.0.3 release.
(From OE-Core rev: 33880e77bca1cabece8dfb006b5852471330273f)
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch index bc811d67b0..d4d5517ab1 100644 --- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch +++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From fe9ebb8c0fa7b84a9c5c667386b8fbb3baea2fad Mon Sep 17 00:00:00 2001 | 1 | From 03f00252c2fc948c0bce1fc0a6ee87adef71d1bb Mon Sep 17 00:00:00 2001 |
2 | From: Markus Volk <f_l_k@t-online.de> | 2 | From: Markus Volk <f_l_k@t-online.de> |
3 | Date: Mon, 12 Dec 2022 15:42:42 +0100 | 3 | Date: Mon, 12 Dec 2022 15:42:42 +0100 |
4 | Subject: [PATCH] remove hardcoded path | 4 | Subject: [PATCH] remove hardcoded path |
@@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific] | |||
14 | 1 file changed, 2 insertions(+), 2 deletions(-) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
15 | 15 | ||
16 | diff --git a/meson.build b/meson.build | 16 | diff --git a/meson.build b/meson.build |
17 | index fa171d5..79d5168 100644 | 17 | index 5f2eaa22..4a2483a1 100644 |
18 | --- a/meson.build | 18 | --- a/meson.build |
19 | +++ b/meson.build | 19 | +++ b/meson.build |
20 | @@ -185,10 +185,10 @@ endif | 20 | @@ -191,10 +191,10 @@ endif |
21 | stemmer_inc_dirs = include_directories() | 21 | stemmer_inc_dirs = include_directories() |
22 | if get_option('stemming') | 22 | if get_option('stemming') |
23 | stemmer_lib = cc.find_library('stemmer', required: true) | 23 | stemmer_lib = cc.find_library('stemmer', required: true) |