mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
542 B
BlitzBasic
19 lines
542 B
BlitzBasic
SUMMARY = "Ply: A light-weight dynamic tracer for eBPF"
|
|
HOMEPAGE = "https://github.com/iovisor/ply"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS += "bison-native"
|
|
|
|
PV = "2.4.0"
|
|
|
|
SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https"
|
|
SRCREV = "282558cfa1c0f0e095354e3a6ec4486b524179dc"
|
|
|
|
|
|
CACHED_CONFIGUREVARS = 'LD="${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"'
|
|
|
|
inherit autotools-brokensep
|
|
|
|
COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"
|