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.1.1+git${SRCPV}"
9
10SRC_URI = "git://github.com/iovisor/ply"
11SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59"
12
13S = "${WORKDIR}/git"
14
15inherit autotools-brokensep
16
17COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"
18