summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
diff options
context:
space:
mode:
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.bb5
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
15SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" 15SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
16 16
17S = "${WORKDIR}/git"
18 17
19inherit cmake pkgconfig 18inherit cmake pkgconfig
19
20SKIP_RECIPE[cpprest] ?= "Needs websocketpp which does not yet work with boost >= 1.87"