diff options
Diffstat (limited to 'meta-oe/recipes-support/pcp/pcp.inc')
-rw-r--r-- | meta-oe/recipes-support/pcp/pcp.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc index 4cafa7234b..c54c054cf8 100644 --- a/meta-oe/recipes-support/pcp/pcp.inc +++ b/meta-oe/recipes-support/pcp/pcp.inc | |||
@@ -7,12 +7,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \ | |||
7 | " | 7 | " |
8 | COMPATIBLE_HOST:libc-musl = "null" | 8 | COMPATIBLE_HOST:libc-musl = "null" |
9 | 9 | ||
10 | SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/${BP}.src.tar.gz \ | 10 | SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https \ |
11 | file://0001-configure-Limit-the-header-search-to-sysroot.patch \ | 11 | file://0001-configure-Limit-the-header-search-to-sysroot.patch \ |
12 | file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ | 12 | file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ |
13 | file://config.linux \ | 13 | file://config.linux \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "dacf92ba195f1f2ea8f40bf0c455d2cd2456273a1e30dcc3ee5b5bfd099a99ee" | 15 | |
16 | SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" | ||
17 | |||
16 | 18 | ||
17 | inherit setuptools3-base pkgconfig autotools-brokensep | 19 | inherit setuptools3-base pkgconfig autotools-brokensep |
18 | 20 | ||
@@ -36,5 +38,3 @@ EXTRA_OECONF:append = "\ | |||
36 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" | 38 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" |
37 | 39 | ||
38 | PACKAGECONFIG ?= "" | 40 | PACKAGECONFIG ?= "" |
39 | |||
40 | PARALLEL_MAKE = "" | ||