diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-17 23:28:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-17 14:01:15 -0700 |
commit | 2fb2ee3c7e348142d44a688b24b2592bb5c68159 (patch) | |
tree | a3e27dbbfa59c36f6a17279f601ae9d7a1dbfee3 /meta-networking | |
parent | 11b3888757ee176526613d2d191853809467af72 (diff) | |
download | meta-openembedded-2fb2ee3c7e348142d44a688b24b2592bb5c68159.tar.gz |
civetweb: enable packageconfig cpp
Enable packageconfig cpp required by minifi-cpp.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index d061e1a81d..4b08a44813 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | |||
@@ -30,7 +30,7 @@ EXTRA_OECMAKE = " \ | |||
30 | # should come from external CMake project) | 30 | # should come from external CMake project) |
31 | OECMAKE_GENERATOR = "Unix Makefiles" | 31 | OECMAKE_GENERATOR = "Unix Makefiles" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "caching ipv6 server ssl websockets" | 33 | PACKAGECONFIG ??= "caching ipv6 server ssl websockets cpp" |
34 | PACKAGECONFIG[caching] = "-DCIVETWEB_DISABLE_CACHING=OFF,-DCIVETWEB_DISABLE_CACHING=ON," | 34 | PACKAGECONFIG[caching] = "-DCIVETWEB_DISABLE_CACHING=OFF,-DCIVETWEB_DISABLE_CACHING=ON," |
35 | PACKAGECONFIG[cgi] = "-DCIVETWEB_DISABLE_CGI=OFF,-DCIVETWEB_DISABLE_CGI=ON," | 35 | PACKAGECONFIG[cgi] = "-DCIVETWEB_DISABLE_CGI=OFF,-DCIVETWEB_DISABLE_CGI=ON," |
36 | PACKAGECONFIG[cpp] = "-DCIVETWEB_ENABLE_CXX=ON,-DCIVETWEB_ENABLE_CXX=OFF," | 36 | PACKAGECONFIG[cpp] = "-DCIVETWEB_ENABLE_CXX=ON,-DCIVETWEB_ENABLE_CXX=OFF," |