summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-27 19:28:17 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-27 22:18:09 +0000
commit6febe63dbdc2655efeac2596f7a2d9cdbaa5bc6f (patch)
tree3d0f628bf1831a6bc3e6db4e3beee934116bf546
parent6779dc072af75f1f606b0aecafff80fca8bc8419 (diff)
meta-agl/meta-agl-bsp: meta-oe: fix for libbytesize SRC_URIlamprey
The SRC_URI of libbytesize in meta-oe needs to be updated to the new location. Also the branch changed from master to main. Bug-AGL: SPEC-5097 Change-Id: I78bc636ea6e735850ab3695c2a037491a6bf35c4 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29783 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account
-rw-r--r--meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend b/meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend
new file mode 100644
index 000000000..120fa1ed1
--- /dev/null
+++ b/meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend
@@ -0,0 +1,2 @@
+# Change branch to main and update URL
+SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" \ No newline at end of file