cpprest_2.10.17.bb 751 B

12345678910111213141516171819
  1. SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
  2. SECTION = "libs/network"
  3. HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
  6. DEPENDS = "openssl websocketpp zlib boost brotli"
  7. EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake/cpprestsdk -DCPPREST_EXCLUDE_BROTLI=OFF -DWERROR=OFF"
  8. SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
  9. file://disable-float-tests.patch \
  10. file://disable-outside-tests.patch "
  11. # tag 2.10.17
  12. SRCREV= "41e7d0074b6cb5b22c89f835b4531d848ab66987"
  13. S = "${WORKDIR}/git"
  14. inherit cmake pkgconfig