1SUMMARY = "System-level performance monitoring and performance management" 2HOMEPAGE = "http://www.pcp.io" 3SECTION = "Applications/System" 4 5LICENSE = "GPL-2.0-or-later & LGPL-2.1-only" 6LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \ 7 " 8COMPATIBLE_HOST:libc-musl = "null" 9 10SRC_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 \ 13 " 14SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610" 15 16inherit setuptools3-base pkgconfig autotools-brokensep 17 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 ?= "" 33