blob: 708ebfe7ab1b30cda0839c18b2731807a3038e98 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-or-later & LGPL-2.1-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00006LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \
7 "
8COMPATIBLE_HOST:libc-musl = "null"
9
Andrew Geissler9aee5002022-03-30 16:27:02 +000010SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/${BP}.src.tar.gz \
11 file://0001-configure-Limit-the-header-search-to-sysroot.patch \
12 file://config.linux \
Andrew Geissler595f6302022-01-24 19:11:47 +000013 "
Andrew Geissler9aee5002022-03-30 16:27:02 +000014SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610"
Andrew Geissler595f6302022-01-24 19:11:47 +000015
Andrew Geissler9aee5002022-03-30 16:27:02 +000016inherit setuptools3-base pkgconfig autotools-brokensep
Andrew Geissler595f6302022-01-24 19:11:47 +000017
18# Specify any options you want to pass to the configure script using EXTRA_OECONF:
19CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch"
20EXTRA_OECONF:append = " --with-dstat-symlink=yes --with-infiniband=no \
21 --with-pmdapodman=no --with-python=no --with-python3=yes --with-perl=no \
22 --with-pmdabcc=no --with-pmdajson=no --with-perfevent=no \
23 --with-pmdabcc=yes \
24 --with-rundir=${localstatedir}/run \
25 --with-sysconfigdir=${sysconfdir} \
26 --with-logdir=${localstatedir}/log \
27 --with-docdir=${docdir} \
28 "
29
30PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d"
31
32PACKAGECONFIG ?= ""