Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "System-level performance monitoring and performance management" |
| 2 | HOMEPAGE = "http://www.pcp.io" |
| 3 | SECTION = "Applications/System" |
| 4 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \ |
| 7 | " |
| 8 | COMPATIBLE_HOST:libc-musl = "null" |
| 9 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 10 | SRC_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 Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 13 | " |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 14 | SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 15 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 16 | inherit setuptools3-base pkgconfig autotools-brokensep |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 17 | |
| 18 | # Specify any options you want to pass to the configure script using EXTRA_OECONF: |
| 19 | CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch" |
| 20 | EXTRA_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 | |
| 30 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" |
| 31 | |
| 32 | PACKAGECONFIG ?= "" |