meta-agl/meta-agl-bsp: meta-oe: fix for libbytesize SRC_URI 83/29783/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 27 Mar 2024 18:28:17 +0000 (19:28 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 27 Mar 2024 22:18:09 +0000 (22:18 +0000)
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

meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..120fa1e
--- /dev/null
@@ -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