From 6febe63dbdc2655efeac2596f7a2d9cdbaa5bc6f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 27 Mar 2024 19:28:17 +0100 Subject: 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 --- .../recipes-support/libbytesize/libbytesize_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend (limited to 'meta-agl-bsp/openembedded-layer/recipes-support/libbytesize/libbytesize_%.bbappend') 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 -- cgit 1.2.3-korg