mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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)} \
|
${@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"
|
||||||
|
|||||||
Reference in New Issue
Block a user