summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
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 19:28:17 +0100
commit7ea4d9f2c5655a0071274b30d39ecf4d1caab763 (patch)
tree3d0f628bf1831a6bc3e6db4e3beee934116bf546 /meta-agl-bsp
parent6779dc072af75f1f606b0aecafff80fca8bc8419 (diff)
meta-agl/meta-agl-bsp: meta-oe: fix for libbytesize SRC_URI
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>
Diffstat (limited to 'meta-agl-bsp')
-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