blob: 6ce52d7179766e07ba5a36edf33bf59d0a57b986 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "C++ library for client-side URL transfers"
2HOMEPAGE = "http://www.curlpp.org/"
3SECTION = "libdevel"
4LICENSE = "MIT"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006
7DEPENDS = "curl"
Patrick Williams213cb262021-08-07 19:21:33 -05008DEPENDS:class-native = "curl-native"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009
10SRC_URI = "git://github.com/jpbarrette/curlpp.git"
11
12SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f"
13
14S = "${WORKDIR}/git"
15
16inherit cmake pkgconfig binconfig
17
Brad Bishop6e60e8b2018-02-01 10:27:11 -050018BBCLASSEXTEND = "native nativesdk"