From: Jan-Simon Moeller Date: Wed, 27 Mar 2024 18:28:17 +0000 (+0100) Subject: meta-agl/meta-agl-bsp: meta-oe: fix for libbytesize SRC_URI X-Git-Tag: 12.1.19~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6febe63dbdc2655efeac2596f7a2d9cdbaa5bc6f;p=AGL%2Fmeta-agl.git 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 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 --- 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