diff options
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb')
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb | 5 |
1 files changed, 3 insertions, 2 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..ec7be4ad37 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb | |||
@@ -12,8 +12,9 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste | |||
12 | file://disable-outside-tests.patch " | 12 | file://disable-outside-tests.patch " |
13 | 13 | ||
14 | # tag 2.10.19 | 14 | # tag 2.10.19 |
15 | SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" | 15 | SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
19 | |||
20 | SKIP_RECIPE[cpprest] ?= "Needs websocketpp which does not yet work with boost >= 1.87" | ||