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 | |
| 5 | LICENSE = "GPLv2+ & LGPLv2.1" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \ |
| 7 | " |
| 8 | COMPATIBLE_HOST:libc-musl = "null" |
| 9 | |
| 10 | SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/pcp-5.3.5.src.tar.gz \ |
| 11 | file://config.linux \ |
| 12 | " |
| 13 | |
| 14 | SRC_URI[sha256sum] = "589a610f753a49af6d2015cede87e9d469bd07880ebef26fe1607b6ded375e97" |
| 15 | |
| 16 | inherit setuptools3-base pkgconfig autotools |
| 17 | |
| 18 | B = "${S}" |
| 19 | |
| 20 | # Specify any options you want to pass to the configure script using EXTRA_OECONF: |
| 21 | CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch" |
| 22 | EXTRA_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 | |
| 32 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" |
| 33 | |
| 34 | PACKAGECONFIG ?= "" |