From 02422765c6a3c5a51c65dd8cf86b29543fe363cd Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 28 Dec 2025 13:10:55 +0100 Subject: [PATCH] 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 --- meta-oe/recipes-support/pcp/pcp.inc | 6 ++++-- 1 file 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 \ " COMPATIBLE_HOST:libc-musl = "null" -SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/${BP}.src.tar.gz \ +SRC_URI = "git://git@github.com/performancecopilot/pcp.git;protocol=https;nobranch=1 \ file://0001-configure-Limit-the-header-search-to-sysroot.patch \ file://config.linux \ " -SRC_URI[sha256sum] = "6ef33b7aa14c09860ba7cd8873e76d38ccd24eab0c94a50e235f813e77fe3610" +SRCREV = "520c142c23f87dc01c4e419d4b56e80069546dc2" + +S = "${WORKDIR}/git" inherit setuptools3-base pkgconfig autotools-brokensep