summaryrefslogtreecommitdiffstats
path: root/recipes/irda-utils
AgeCommit message (Expand)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2010-01-19irdadump: Migrated to glib-2.0.Stanislav Brabec
2009-06-16binutils, irda-utils, libxcb: remove extraneous hashes that were disrupting L...Phil Blundell
2009-06-15irda-utils: note that this patch isn't wanted upstreamPhil Blundell
2009-06-13irda-utils: respect $(sbindir)Phil Blundell
2009-04-08irda-utils: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
e'>timo/ptest-pytest-automake OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ply/ply_git.bb
blob: c22dcbd12ae0e10a0d0b5634a3e3d8d7820544d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.3.0"

SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https"
SRCREV = "864fac79116870df1ab7aa21e639578807e41e75"

S = "${WORKDIR}/git"

LD = "${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"

inherit autotools-brokensep

COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"