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 <[email protected]> --- 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://[email protected]/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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122957): https://lists.openembedded.org/g/openembedded-devel/message/122957 Mute This Topic: https://lists.openembedded.org/mt/116970480/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
