summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-23 21:24:35 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-23 23:39:23 +0000
commitabf1bcc51a920f6cbc5393efd3cf8bbeb9f7fd77 (patch)
tree369d4016c2113cbe5fa5e1803a373fc53919a392
parentedd4d9c26af5626ac9fb659cca3dc03152112251 (diff)
vss: fix upstream pulling the release/3.1 branch from the repopike_16.0.5pike_16.0.4pike/16.0.5pike/16.0.416.0.516.0.4pike
We can resolve the bare SRCREV using nobranch=1. Bug-AGL: SPEC-5058 Change-Id: Id20cab3f36c8fea8cbff085554b326ac20020bb5 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> 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
-rw-r--r--recipes-connectivity/vss/vss.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/vss/vss.inc b/recipes-connectivity/vss/vss.inc
index eb8f31c0..9799e5ab 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"