mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user