From 3554f9b4f8889959fde1f81fde2cfc068b8afa71 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 30 Jul 2026 09:51:53 +0200 Subject: [PATCH] boinc-client: also add tag information Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj --- meta-oe/recipes-extended/boinc/boinc-client_8.2.15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_8.2.15.bb b/meta-oe/recipes-extended/boinc/boinc-client_8.2.15.bb index 27e3202de2..9b77e6833e 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_8.2.15.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_8.2.15.bb @@ -35,7 +35,8 @@ CVE_STATUS[CVE-2013-2018] = "fixed-version: fixed in version 7.0.45 and later" SRCREV = "3422898505b74c637a4b530a94b63be90bdf025b" BRANCH = "client_release/8/8.2" -SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \ +TAG = "client_release/8.2/8.2.15" +SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH};tag=${TAG} \ file://boinc-AM_CONDITIONAL.patch \ file://0001-scripts-Do-not-check-for-files-on-build-host.patch \ "