- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
28 lines
727 B
BlitzBasic
28 lines
727 B
BlitzBasic
DESCRIPTION = "C++ API for etcd's v3 client API"
|
|
HOMEPAGE = "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eae7da6a2cd1788a5cf8a9f838cf6450"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git;branch=master;protocol=https \
|
|
file://0001-cmake-fix-when-cross-compiling.patch \
|
|
"
|
|
|
|
SRCREV = "e31ac4d4caa55fa662e207150ba40f8151b7ad96"
|
|
|
|
inherit cmake
|
|
|
|
DEPENDS += "grpc protobuf cpprest grpc-native protobuf-native"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECONF += "-DCPPREST_EXCLUDE_WEBSOCKETS=ON"
|
|
|
|
do_install:append() {
|
|
sed -i -e 's#${RECIPE_SYSROOT}##g' ${D}${libdir}/cmake/etcd-cpp-api/etcd-targets.cmake
|
|
}
|
|
|
|
SOLIBS = ".so"
|
|
FILES_SOLIBSDEV = ""
|