diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-04 13:19:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-04 13:22:29 -0700 |
commit | d79a28bc7f9b99d373d3551f58ada0a39cb5cf19 (patch) | |
tree | 8fd28fd83dd8ee6c64aceb747c59039c4167caf9 /meta-oe/recipes-support/pcp/pcp.inc | |
parent | 26a65327ef3803c51c818f788c2929abec29705d (diff) | |
download | meta-openembedded-d79a28bc7f9b99d373d3551f58ada0a39cb5cf19.tar.gz |
pcp: Update to 6.0.5
- Forward port patches
- Package libpcp-archive.so.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pcp/pcp.inc')
-rw-r--r-- | meta-oe/recipes-support/pcp/pcp.inc | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc index 708ebfe7a..276be7ffa 100644 --- a/meta-oe/recipes-support/pcp/pcp.inc +++ b/meta-oe/recipes-support/pcp/pcp.inc | |||
@@ -11,21 +11,26 @@ SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/${ | |||
11 | file://0001-configure-Limit-the-header-search-to-sysroot.patch \ | 11 | file://0001-configure-Limit-the-header-search-to-sysroot.patch \ |
12 | file://config.linux \ | 12 | file://config.linux \ |
13 | " | 13 | " |
14 | SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610" | 14 | SRC_URI[sha256sum] = "dacf92ba195f1f2ea8f40bf0c455d2cd2456273a1e30dcc3ee5b5bfd099a99ee" |
15 | 15 | ||
16 | inherit setuptools3-base pkgconfig autotools-brokensep | 16 | inherit setuptools3-base pkgconfig autotools-brokensep |
17 | 17 | ||
18 | # Specify any options you want to pass to the configure script using EXTRA_OECONF: | 18 | # Specify any options you want to pass to the configure script using EXTRA_OECONF: |
19 | CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch" | 19 | CACHED_CONFIGUREVARS = "PACKAGE_DISTRIBUTION=arch" |
20 | EXTRA_OECONF:append = " --with-dstat-symlink=yes --with-infiniband=no \ | 20 | EXTRA_OECONF:append = "\ |
21 | --with-pmdapodman=no --with-python=no --with-python3=yes --with-perl=no \ | 21 | --with-dstat-symlink=yes \ |
22 | --with-pmdabcc=no --with-pmdajson=no --with-perfevent=no \ | 22 | --with-infiniband=no \ |
23 | --with-pmdabcc=yes \ | 23 | --with-python=no \ |
24 | --with-rundir=${localstatedir}/run \ | 24 | --with-perl=no \ |
25 | --with-sysconfigdir=${sysconfdir} \ | 25 | --with-python3=yes \ |
26 | --with-logdir=${localstatedir}/log \ | 26 | --with-pmdajson=no \ |
27 | --with-docdir=${docdir} \ | 27 | --with-perfevent=no \ |
28 | " | 28 | --with-pmdabcc=yes \ |
29 | --with-rundir=${localstatedir}/run \ | ||
30 | --with-sysconfigdir=${sysconfdir} \ | ||
31 | --with-logdir=${localstatedir}/log \ | ||
32 | --with-docdir=${docdir} \ | ||
33 | " | ||
29 | 34 | ||
30 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" | 35 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" |
31 | 36 | ||