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
2 changed files with 2 additions and 1 deletions
@@ -718,7 +718,6 @@ RDEPENDS:packagegroup-meta-oe-support = "\
${@bb.utils.contains("DISTRO_FEATURES", "polkit gobject-introspection-data", "colord", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "polkit gobject-introspection-data", "colord", "", d)} \
consolation \ consolation \
c-periphery \ c-periphery \
cpprest \
ctapi-common \ ctapi-common \
daemonize \ daemonize \
daemontools \ daemontools \
@@ -17,3 +17,5 @@ SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit cmake pkgconfig inherit cmake pkgconfig
SKIP_RECIPE[cpprest] ?= "Needs websocketpp which does not yet work with boost >= 1.87"