diff options
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb index 1b1265fe35..0704512110 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | |||
@@ -17,3 +17,7 @@ SRCREV= "9d8f544001cb74544de6dc8c565592f7e2626d6e" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
20 | |||
21 | # Temporary until https://github.com/Microsoft/cpprestsdk/issues/1099 | ||
22 | # is fixed properly | ||
23 | CXXFLAGS += "-Wno-error=deprecated-copy -Wno-error=redundant-move" | ||