diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-04 08:13:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:53 +0000 |
commit | 236647539a3263a4f35aa67cba9d59b2512bebd5 (patch) | |
tree | 4b9526eccd1b66e671dac9e64a496f6154eda3af /meta/recipes-support/libfm | |
parent | 338c36ac8263d88dea2525e81a2e34a876b6642c (diff) | |
download | poky-236647539a3263a4f35aa67cba9d59b2512bebd5.tar.gz |
libfm: submit patches upstream
(From OE-Core rev: f2cf904ad6c50a3974abb9d51b119cbec921873a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch b/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch index fb91d90cf2..701b259cf9 100644 --- a/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch +++ b/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch | |||
@@ -4,7 +4,7 @@ Date: Fri, 16 Dec 2016 16:52:04 +0200 | |||
4 | Subject: [PATCH] Correctly check the stamp file that indicates if we need to | 4 | Subject: [PATCH] Correctly check the stamp file that indicates if we need to |
5 | re-build vala code | 5 | re-build vala code |
6 | 6 | ||
7 | Upstream-Status: Pending | 7 | Upstream-Status: Submitted [https://github.com/lxde/libfm/pull/85] |
8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
9 | --- | 9 | --- |
10 | configure.ac | 2 +- | 10 | configure.ac | 2 +- |
diff --git a/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch b/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch index f4c89127fc..0437000adc 100644 --- a/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch +++ b/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch | |||
@@ -3,7 +3,7 @@ From: Alexander Kanavin <alex.kanavin@gmail.com> | |||
3 | Date: Wed, 2 May 2018 16:48:47 +0300 | 3 | Date: Wed, 2 May 2018 16:48:47 +0300 |
4 | Subject: [PATCH] Do not add library path to avoid host contamination | 4 | Subject: [PATCH] Do not add library path to avoid host contamination |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Submitted [https://github.com/lxde/libfm/pull/86] |
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
8 | --- | 8 | --- |
9 | src/modules/Makefile.am | 1 - | 9 | src/modules/Makefile.am | 1 - |