summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-28 13:10:55 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-08 22:03:02 +0100
commit02422765c6a3c5a51c65dd8cf86b29543fe363cd (patch)
tree3992ab6a19837c483c651d21a3a1aecc346e1151
parent0ac70cf0bb86064d21d0a2c2ea9be0a4a07ff662 (diff)
downloadmeta-openembedded-02422765c6a3c5a51c65dd8cf86b29543fe363cd.tar.gz
pcp: switch SRC_URI to git
The original link stopped working. I have compared the original tarball's content with this revision: the contents are bit-identical to each other. The only difference is that the original tarball came with an extra "debian/control" file which is not present in the git repository, but it not using for compiling. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-support/pcp/pcp.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc
index 708ebfe7ab..c188bf8f62 100644
--- a/meta-oe/recipes-support/pcp/pcp.inc
+++ b/meta-oe/recipes-support/pcp/pcp.inc
@@ -7,11 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \
7 " 7 "
8COMPATIBLE_HOST:libc-musl = "null" 8COMPATIBLE_HOST:libc-musl = "null"
9 9
10SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/${BP}.src.tar.gz \ 10SRC_URI = "git://git@github.com/performancecopilot/pcp.git;protocol=https;nobranch=1 \
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 "
14SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610" 14SRCREV = "520c142c23f87dc01c4e419d4b56e80069546dc2"
15
16S = "${WORKDIR}/git"
15 17
16inherit setuptools3-base pkgconfig autotools-brokensep 18inherit setuptools3-base pkgconfig autotools-brokensep
17 19