SUMMARY = "bpftrace" HOMEPAGE = "https://github.com/iovisor/bpftrace" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "bison-native \ flex-native \ elfutils \ bcc \ " RDEPENDS_${PN} += "bash python3" SRC_URI = "git://github.com/iovisor/bpftrace \ " SRCREV = "b1200771b61fd77ed7c5b326e7960d24514dd961" S = "${WORKDIR}/git" inherit cmake EXTRA_OECMAKE = " \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ " COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" COMPATIBLE_HOST_libc-musl = "null"