diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch b/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch index d8671b76b0..8105d3d785 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch | |||
@@ -1,18 +1,17 @@ | |||
1 | From f15fbdf1244ca9ce01c5507660a86d685ed88bcf Mon Sep 17 00:00:00 2001 | 1 | From 2e64c0c22f630cbc301d385e46021853116f9c75 Mon Sep 17 00:00:00 2001 |
2 | From: Sumit Garg <sumit.garg@linaro.org> | 2 | From: Sumit Garg <sumit.garg@linaro.org> |
3 | Date: Mon, 21 Mar 2022 15:08:40 +0800 | 3 | Date: Mon, 21 Mar 2022 15:08:40 +0800 |
4 | Subject: [PATCH] Fix library LZ4 lookup. | 4 | Subject: [PATCH] Fix library LZ4 lookup. |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
6 | Signed-off-by: Sumit Garg <sumit.garg@linaro.org> | 7 | Signed-off-by: Sumit Garg <sumit.garg@linaro.org> |
7 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 8 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
8 | --- | 9 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
11 | cmake/FindLZ4.cmake | 9 +++++++-- | 10 | cmake/FindLZ4.cmake | 9 +++++++-- |
12 | 1 file changed, 7 insertions(+), 2 deletions(-) | 11 | 1 file changed, 7 insertions(+), 2 deletions(-) |
13 | 12 | ||
14 | diff --git a/cmake/FindLZ4.cmake b/cmake/FindLZ4.cmake | 13 | diff --git a/cmake/FindLZ4.cmake b/cmake/FindLZ4.cmake |
15 | index eebd859..094241c 100644 | 14 | index eebd8596..094241ce 100644 |
16 | --- a/cmake/FindLZ4.cmake | 15 | --- a/cmake/FindLZ4.cmake |
17 | +++ b/cmake/FindLZ4.cmake | 16 | +++ b/cmake/FindLZ4.cmake |
18 | @@ -1,5 +1,10 @@ | 17 | @@ -1,5 +1,10 @@ |
@@ -28,6 +27,3 @@ index eebd859..094241c 100644 | |||
28 | 27 | ||
29 | if(LZ4_INCLUDE_DIRS AND EXISTS "${LZ4_INCLUDE_DIRS}/lz4.h") | 28 | if(LZ4_INCLUDE_DIRS AND EXISTS "${LZ4_INCLUDE_DIRS}/lz4.h") |
30 | file(STRINGS "${LZ4_INCLUDE_DIRS}/lz4.h" LZ4_H REGEX "^#define LZ4_VERSION_[MR]") | 29 | file(STRINGS "${LZ4_INCLUDE_DIRS}/lz4.h" LZ4_H REGEX "^#define LZ4_VERSION_[MR]") |
31 | -- | ||
32 | 2.25.1 | ||
33 | |||