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