diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-17 23:34:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-17 14:01:16 -0700 |
| commit | cf88ed337bf7f75fc93fcc685f476effeb32d301 (patch) | |
| tree | 519301f250651568e4a1c9b29c476126bdc7cb03 /meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch | |
| parent | 2fb2ee3c7e348142d44a688b24b2592bb5c68159 (diff) | |
| download | meta-openembedded-cf88ed337bf7f75fc93fcc685f476effeb32d301.tar.gz | |
minifi: upgrade 0.15.0 -> 0.99.1
ChangeLog:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325
License-Update: Drop the license for cxxopts and add the license for
argparse(MIT)[1].
Update the license for protobuf(3-Clause BSD) and add
the licenses for RE2(3-Clause BSD) and c-ares(MIT)[2].
Drop the license for ios-cmake[3].
Add the license for Lua(MIT)[4].
Drop the license for libcoap[5].
Drop the license for uthash[6].
Drop the licenses for LightPcapNg and PcapPlusPlus[7].
Add the licenses for HdrHistogram(CC0-1.0) and
llhttp(MIT)[8].
[1] https://github.com/apache/nifi-minifi-cpp/commit/1dfab222d44100186e3450cd0fc964f04708734b
[2] https://github.com/apache/nifi-minifi-cpp/commit/20d281adafb95fc88d9e58ed47e527b1188f8ad3
[3] https://github.com/apache/nifi-minifi-cpp/commit/1815c018ce928db30f3a36f49aeb43ea94834088
[4] https://github.com/apache/nifi-minifi-cpp/commit/3d7262a883dff57b7e0999a20f6e745d1197f480
[5] https://github.com/apache/nifi-minifi-cpp/commit/3bbaa0789a142e95edb45a73ad68cd8c620a1495
[6] https://github.com/apache/nifi-minifi-cpp/commit/78af9f665ae00ea1e14f96a3bed95ed3877d5403
[7] https://github.com/apache/nifi-minifi-cpp/commit/37891aafb8b2220622a97c29a13a854388193b0a
[8] https://github.com/apache/nifi-minifi-cpp/commit/bd1182eb8cc6121a958d28db41ab27d24d6f54bc
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch')
| -rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch b/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch index a08962724e..10d9965ef4 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1c697e4d75f0045d5364d622960ff8047a4ad3ec Mon Sep 17 00:00:00 2001 | 1 | From a19e548826e65a95a55ac6b9c12a83d3dcc0010d Mon Sep 17 00:00:00 2001 |
| 2 | From: Yi Zhao <yi.zhao@windriver.com> | 2 | From: Yi Zhao <yi.zhao@windriver.com> |
| 3 | Date: Tue, 19 Mar 2024 20:56:05 +0800 | 3 | Date: Tue, 19 Mar 2024 20:56:05 +0800 |
| 4 | Subject: [PATCH] Fix libsodium build | 4 | Subject: [PATCH] Fix libsodium build |
| @@ -14,7 +14,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
| 14 | 1 file changed, 2 insertions(+), 4 deletions(-) | 14 | 1 file changed, 2 insertions(+), 4 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/cmake/BundledLibSodium.cmake b/cmake/BundledLibSodium.cmake | 16 | diff --git a/cmake/BundledLibSodium.cmake b/cmake/BundledLibSodium.cmake |
| 17 | index 3a3daf41..d851f753 100644 | 17 | index 98d05b737..4f0faa879 100644 |
| 18 | --- a/cmake/BundledLibSodium.cmake | 18 | --- a/cmake/BundledLibSodium.cmake |
| 19 | +++ b/cmake/BundledLibSodium.cmake | 19 | +++ b/cmake/BundledLibSodium.cmake |
| 20 | @@ -58,14 +58,12 @@ function(use_bundled_libsodium SOURCE_DIR BINARY_DIR) | 20 | @@ -58,14 +58,12 @@ function(use_bundled_libsodium SOURCE_DIR BINARY_DIR) |
| @@ -26,7 +26,7 @@ index 3a3daf41..d851f753 100644 | |||
| 26 | 26 | ||
| 27 | ExternalProject_Add( | 27 | ExternalProject_Add( |
| 28 | libsodium-external | 28 | libsodium-external |
| 29 | - URL "${LIBSODIUM_OFFICIAL_MIRROR_URL} ${LIBSODIUM_GITHUB_MIRROR_URL} ${LIBSODIUM_GENTOO_MIRROR_URL}" | 29 | - URL "${LIBSODIUM_OFFICIAL_MIRROR_URL}" "${LIBSODIUM_GITHUB_MIRROR_URL}" "${LIBSODIUM_GENTOO_MIRROR_URL}" |
| 30 | - URL_HASH ${LIBSODIUM_URL_HASH} | 30 | - URL_HASH ${LIBSODIUM_URL_HASH} |
| 31 | BUILD_IN_SOURCE true | 31 | BUILD_IN_SOURCE true |
| 32 | - SOURCE_DIR "${BINARY_DIR}/thirdparty/libsodium-src" | 32 | - SOURCE_DIR "${BINARY_DIR}/thirdparty/libsodium-src" |
| @@ -35,5 +35,5 @@ index 3a3daf41..d851f753 100644 | |||
| 35 | CMAKE_COMMAND "" | 35 | CMAKE_COMMAND "" |
| 36 | UPDATE_COMMAND "" | 36 | UPDATE_COMMAND "" |
| 37 | -- | 37 | -- |
| 38 | 2.25.1 | 38 | 2.34.1 |
| 39 | 39 | ||
