cpprest: Skip recipe due to unbuildable dependency websocketpp

Websocketpp needs to be ported to work with booost >= 1.87

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-01-12 20:20:56 -08:00
parent 9cccd315bf
commit 2058447769
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 1 deletions

View File

@ -718,7 +718,6 @@ RDEPENDS:packagegroup-meta-oe-support = "\
${@bb.utils.contains("DISTRO_FEATURES", "polkit gobject-introspection-data", "colord", "", d)} \
consolation \
c-periphery \
cpprest \
ctapi-common \
daemonize \
daemontools \

View File

@ -17,3 +17,5 @@ SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
S = "${WORKDIR}/git"
inherit cmake pkgconfig
SKIP_RECIPE[cpprest] ?= "Needs websocketpp which does not yet work with boost >= 1.87"