From 91e95fede450c56487f34b6096944183dcf06efa Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 8 Jun 2018 19:56:35 -0700 Subject: cpprest: Fix build with gcc-8 Signed-off-by: Khem Raj --- meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb') diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb index 1dbe093bee..fea5d4b2eb 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb @@ -9,6 +9,7 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste file://fix-cmake-install.patch \ file://0001-Fix-a-build-problem-on-Clang.patch;patchdir=.. \ file://0002-Define-virtual-destructor.patch;patchdir=.. \ + file://0001-disable-more-Werror-warnings.patch;patchdir=.. \ " # tag 2.10.2 -- cgit 1.2.3-korg