blob: 37b6c45f184e26a7995f4fa6a57b0e2203ff3ccc [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "System-level performance monitoring and performance management"
2HOMEPAGE = "http://www.pcp.io"
3SECTION = "Applications/System"
4
5LICENSE = "GPLv2+ & LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \
7 "
8COMPATIBLE_HOST:libc-musl = "null"
9
10SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/pcp-5.3.5.src.tar.gz \
11 file://config.linux \
12 "
13
14SRC_URI[sha256sum] = "589a610f753a49af6d2015cede87e9d469bd07880ebef26fe1607b6ded375e97"
15
16inherit setuptools3-base pkgconfig autotools
17
18B = "${S}"
19
20# Specify any options you want to pass to the configure script using EXTRA_OECONF:
21CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch"
22EXTRA_OECONF:append = " --with-dstat-symlink=yes --with-infiniband=no \
23 --with-pmdapodman=no --with-python=no --with-python3=yes --with-perl=no \
24 --with-pmdabcc=no --with-pmdajson=no --with-perfevent=no \
25 --with-pmdabcc=yes \
26 --with-rundir=${localstatedir}/run \
27 --with-sysconfigdir=${sysconfdir} \
28 --with-logdir=${localstatedir}/log \
29 --with-docdir=${docdir} \
30 "
31
32PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d"
33
34PACKAGECONFIG ?= ""