From patchwork Mon Jul 21 20:27:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 67224 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB7C3C83F1A for ; Mon, 21 Jul 2025 20:27:55 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web10.51865.1753129667131944227 for ; Mon, 21 Jul 2025 13:27:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=pqXFfiVD; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelvem-sh01.itg.ti.com ([10.180.77.71]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 56LKRksM1351395; Mon, 21 Jul 2025 15:27:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1753129666; bh=rUkGM2ojQATs2aCEEGZ93gk7VzSUcYXlolOC4aPMyp0=; h=From:To:Subject:Date; b=pqXFfiVDvuHjukTVek45UohlakgX8Vbr4SRmazsC8gpghSoblClSOLVRXTtVVlStr Yi2t7+JI+W1SCEqJ7MMunPuGQA39ydIO0diGz1hlrlFa6hQOpX8+h+g+rrHX5JyXUv U/lSsL0X/3G3ztUJZkN6exvuSnnjnZkGHBfj6J6I= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56LKRkO53561906 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 21 Jul 2025 15:27:46 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Mon, 21 Jul 2025 15:27:45 -0500 Received: from lelvem-mr06.itg.ti.com (10.180.75.8) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55 via Frontend Transport; Mon, 21 Jul 2025 15:27:45 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvem-mr06.itg.ti.com (8.18.1/8.18.1) with ESMTP id 56LKRjsG4095376; Mon, 21 Jul 2025 15:27:45 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1udx6v-0006di-Kp; Mon, 21 Jul 2025 15:27:45 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v3] dma-heap-tests: Update SRCREV to fix CMake 4.0 issue Date: Mon, 21 Jul 2025 15:27:45 -0500 Message-ID: <20250721202745.25483-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 21 Jul 2025 20:27:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16321 License-Update: license text moved to its own file Signed-off-by: Ryan Eatmon --- v3: Tweak to License-Update reason. v2: Another SRCREV bump to pick up new LICENSE file and move the LIC_FILES_CHKSUM to that new file. meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb index 69f95391..3c0eaa5a 100644 --- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb +++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb @@ -1,13 +1,13 @@ SUMMARY = "Test cases for DMA-Heap framework" HOMEPAGE = "https://github.com/glneo/dma-heap-tests" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://src/heap_test_fixture.cpp;beginline=1;endline=15;md5=d16465a9e7dc8f53bfdf997c4bf55540" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4c3b4cb87cfc8ccba69d579fbd7b0fb3" PV = "1.0" BRANCH = "master" SRC_URI = "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}" -SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4" +SRCREV = "230b406e97c12be5f930125a432d0dfa0316aa39" DEPENDS = "googletest"