blob: 84a79c13e2c2a0efe267d2ad524ea07c6609c02d [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Ply: A light-weight dynamic tracer for eBPF"
2HOMEPAGE = "https://github.com/iovisor/ply"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6DEPENDS += "bison-native"
7
Andrew Geissler595f6302022-01-24 19:11:47 +00008PV = "2.2.0"
Andrew Geissler32b11992021-03-31 13:37:05 -05009
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https"
11SRCREV = "771c32b299355fb31fc296110e90ae0166409b95"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13S = "${WORKDIR}/git"
14
15inherit autotools-brokensep
16
Andrew Geissler32b11992021-03-31 13:37:05 -050017COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"