1*4882a593SmuzhiyunSUMMARY = "high level C++ wrapper for rdkafka" 2*4882a593SmuzhiyunDESCRIPTION = "cppkafka allows C++ applications to consume and produce messages using the Apache Kafka protocol." 3*4882a593SmuzhiyunHOMEPAGE = "https://github.com/mfontanini/cppkafka" 4*4882a593SmuzhiyunSECTION = "lib" 5*4882a593SmuzhiyunLICENSE = "BSD-2-Clause" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLIC_FILES_CHKSUM = " \ 8*4882a593Smuzhiyunfile://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \ 9*4882a593Smuzhiyun" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunSRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https;branch=master \ 12*4882a593Smuzhiyun file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR.patch \ 13*4882a593Smuzhiyun" 14*4882a593SmuzhiyunSRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunDEPENDS = "librdkafka boost chrpath-replacement-native" 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuninherit cmake 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunS = "${WORKDIR}/git" 21*4882a593Smuzhiyun 22*4882a593Smuzhiyundo_install:append(){ 23*4882a593Smuzhiyun chrpath -d ${D}${libdir}/libcppkafka.so.0.3.1 24*4882a593Smuzhiyun} 25