From bfee8410b4c6319dbc3da2da1bb5af54c01e5661 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 28 Mar 2019 11:54:34 +0100 Subject: cpprest: bump version to 2.10.12 Signed-off-by: Khem Raj --- meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb | 18 ------------------ meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb create mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb deleted file mode 100644 index 8ab72ff5fa..0000000000 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.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.11 -SRCREV= "a325079f7e1976e0485a212d8921ce9b837c1f2f" - -S = "${WORKDIR}/git" - -inherit cmake pkgconfig diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb new file mode 100644 index 0000000000..903d70e2d6 --- /dev/null +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.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.12 +SRCREV= "d4fb1cf7f7d22c12e2e442ba5a5e98d09b0a28ab" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig -- cgit 1.2.3-korg