diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-12 20:20:56 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-13 10:10:20 -0800 |
| commit | 205844776942cf12f0c2318c82e0bfab85ad4016 (patch) | |
| tree | 1cbc91481acebe31f70489d2fbcedba9fe16979e /meta-oe/recipes-support/cpprest | |
| parent | 9cccd315bf49a2acf456efb7cd3d29d3109a2ace (diff) | |
| download | meta-openembedded-205844776942cf12f0c2318c82e0bfab85ad4016.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-support/cpprest')
| -rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb index aec7286404..4085e61c3b 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb | |||
| @@ -17,3 +17,5 @@ SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
| 20 | |||
| 21 | SKIP_RECIPE[cpprest] ?= "Needs websocketpp which does not yet work with boost >= 1.87" | ||
