blob: 799cf8611cb0ca43601bdedf68724d77c9a292d8 [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"
8DEPENDS_class-native = "curl-native"
9
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"