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-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7ea4d9f2c5655a0071274b30d39ecf4d1caab763;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 --- 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