aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2019-02-04 16:16:00 +0100
committerKhem Raj <raj.khem@gmail.com>2019-02-04 10:09:20 -0800
commitc8e411dfa0ae80f37bd70bb7606c506200ab3466 (patch)
treec9a796be3be2c77a8473ecb5e3e80ebea092e5d8 /meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb
parent78f210eb38c8d9d66f4ee2ea5525e865f9350b78 (diff)
downloadmeta-openembedded-contrib-c8e411dfa0ae80f37bd70bb7606c506200ab3466.tar.gz
cpprest: update to 2.10.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb18
1 files changed, 18 insertions, 0 deletions
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