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 \ |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 12 | file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 13 | file://config.linux \ |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 14 | " |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 15 | SRC_URI[sha256sum] = "dacf92ba195f1f2ea8f40bf0c455d2cd2456273a1e30dcc3ee5b5bfd099a99ee" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 16 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 17 | inherit setuptools3-base pkgconfig autotools-brokensep |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 18 | |
| 19 | # Specify any options you want to pass to the configure script using EXTRA_OECONF: |
| 20 | CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch" |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 21 | EXTRA_OECONF:append = "\ |
| 22 | --with-dstat-symlink=yes \ |
| 23 | --with-infiniband=no \ |
| 24 | --with-python=no \ |
| 25 | --with-perl=no \ |
| 26 | --with-python3=yes \ |
| 27 | --with-pmdajson=no \ |
| 28 | --with-perfevent=no \ |
| 29 | --with-pmdabcc=yes \ |
| 30 | --with-rundir=${localstatedir}/run \ |
| 31 | --with-sysconfigdir=${sysconfdir} \ |
| 32 | --with-logdir=${localstatedir}/log \ |
| 33 | --with-docdir=${docdir} \ |
| 34 | " |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 35 | |
| 36 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" |
| 37 | |
| 38 | PACKAGECONFIG ?= "" |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 39 | |
| 40 | PARALLEL_MAKE = "" |