diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-11-12 23:04:51 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-12 12:18:48 -0800 |
| commit | fc60d791b82b306ae0ba154990fa94ca91ac84ee (patch) | |
| tree | f96b0f666f6ce8d1b4f03fad08486919824572a3 | |
| parent | 5e59c274c2661f9c3ecd6da3dc51a309dd2f4c30 (diff) | |
| download | meta-openembedded-fc60d791b82b306ae0ba154990fa94ca91ac84ee.tar.gz | |
civetweb: upgrade 1.12 -> 1.16
=========================
- Added "-DCIVETWEB_SSL_OPENSSL_API_3_0=ON" because of following error:
civetweb.c:1561:2: error: #error "Please define OPENSSL_API_#_# or USE_MBEDTLS"
You may also want to check out the available CMake options here:
https://github.com/civetweb/civetweb/blob/d7ba35bbb649209c66e582d5a0244ba988a15159/CMakeLists.txt
=========================
Changelog:
https://github.com/civetweb/civetweb/blob/d7ba35bbb649209c66e582d5a0244ba988a15159/RELEASE_NOTES.md
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb (renamed from meta-networking/recipes-connectivity/civetweb/civetweb_git.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index e9c2056180..0a654a10f1 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | |||
| @@ -2,10 +2,10 @@ SUMMARY = "Civetweb embedded web server" | |||
| 2 | HOMEPAGE = "https://github.com/civetweb/civetweb" | 2 | HOMEPAGE = "https://github.com/civetweb/civetweb" |
| 3 | 3 | ||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ce6ce6eb1b2fd59ee6bab219470442a3" |
| 6 | |||
| 7 | SRCREV = "d7ba35bbb649209c66e582d5a0244ba988a15159" | ||
| 6 | 8 | ||
| 7 | SRCREV = "4b440a339979852d5a51fb11a822952712231c23" | ||
| 8 | PV = "1.12+git${SRCPV}" | ||
| 9 | SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ |
| 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |
| 11 | " | 11 | " |
| @@ -23,6 +23,7 @@ EXTRA_OECMAKE = " \ | |||
| 23 | -DCIVETWEB_ENABLE_LUA=OFF \ | 23 | -DCIVETWEB_ENABLE_LUA=OFF \ |
| 24 | -DCIVETWEB_ENABLE_ASAN=OFF \ | 24 | -DCIVETWEB_ENABLE_ASAN=OFF \ |
| 25 | -DCIVETWEB_BUILD_TESTING=OFF \ | 25 | -DCIVETWEB_BUILD_TESTING=OFF \ |
| 26 | -DCIVETWEB_SSL_OPENSSL_API_3_0=ON \ | ||
| 26 | " | 27 | " |
| 27 | 28 | ||
| 28 | # Building with ninja fails on missing third_party/lib/libcheck.a (which | 29 | # Building with ninja fails on missing third_party/lib/libcheck.a (which |
