From c8e411dfa0ae80f37bd70bb7606c506200ab3466 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 4 Feb 2019 16:16:00 +0100 Subject: cpprest: update to 2.10.10 Signed-off-by: Khem Raj --- meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb | 18 ++++++++++++++++++ meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb delete mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb new file mode 100644 index 0000000000..cc9d5e105b --- /dev/null +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb @@ -0,0 +1,18 @@ +SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design." +SECTION = "libs/network" +HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f" +DEPENDS = "openssl websocketpp zlib boost brotli" + +EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF" + +SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \ + " + +# tag 2.10.10 +SRCREV= "91f66c625b6361d2edabf76eae30887b326b2447" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb deleted file mode 100644 index 4bdc5c682a..0000000000 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design." -SECTION = "libs/network" -HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f" -DEPENDS = "openssl websocketpp zlib boost brotli" - -EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF" - -SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \ - " - -# tag 2.10.9 -SRCREV= "8f0393dd7be08f2d9b44cc09b8b97f9bafb109a5" - -S = "${WORKDIR}/git" - -inherit cmake pkgconfig -- cgit v1.2.3-54-g00ecf