1SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" 2HOMEPAGE = "https://github.com/iovisor/ply" 3LICENSE = "GPLv2" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5 6DEPENDS += "bison-native" 7 8PV = "2.2.0" 9 10SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https" 11SRCREV = "771c32b299355fb31fc296110e90ae0166409b95" 12 13S = "${WORKDIR}/git" 14 15inherit autotools-brokensep 16 17COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux" 18