summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb')
-rw-r--r--meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb b/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb
new file mode 100644
index 0000000000..58da899081
--- /dev/null
+++ b/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Curl for People - C++ Requests"
2DESCRIPTION = "Curl for People C++ Requests is a simple wrapper around \
3 libcurl inspired by the excellent Python Requests project."
4HOMEPAGE = "https://docs.libcpr.org/"
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095"
8
9DEPENDS = "curl openssl"
10
11SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master"
12SRCREV = "da40186618909b1a7363d4e4495aa899c6e0eb75"
13
14
15inherit cmake
16
17# building tests is currently using FetchContent for mongoose
18EXTRA_OECMAKE += "\
19 -DCPR_USE_SYSTEM_CURL=ON \
20 -DCPR_BUILD_TESTS=OFF \
21"
22
23BBCLASSEXTEND = "native nativesdk"