From abf1bcc51a920f6cbc5393efd3cf8bbeb9f7fd77 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 23 Jan 2024 21:24:35 +0100 Subject: [PATCH] vss: fix upstream pulling the release/3.1 branch from the repo We can resolve the bare SRCREV using nobranch=1. Bug-AGL: SPEC-5058 Change-Id: Id20cab3f36c8fea8cbff085554b326ac20020bb5 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29604 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- recipes-connectivity/vss/vss.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/vss/vss.inc b/recipes-connectivity/vss/vss.inc index eb8f31c0c..9799e5ab0 100644 --- a/recipes-connectivity/vss/vss.inc +++ b/recipes-connectivity/vss/vss.inc @@ -1,4 +1,4 @@ -SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/3.1;protocol=https" +SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;nobranch=1;protocol=https" # v3.1.1 SRCREV = "af4f6a4a67aa8e7bc87421bd90db7a2d99ea8856" -- 2.16.6