summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2023-11-10 12:24:23 +0200
committerKhem Raj <raj.khem@gmail.com>2023-11-10 09:13:39 -0800
commit75bb23b3b03e225aa012be8bd5998223ae8f9b2f (patch)
tree501836f015a44a32b9744d0ad8e747425aa34e8d
parenteb2e61cff9560d7c1cb80bee0c9470fdebc21f7d (diff)
downloadmeta-openembedded-75bb23b3b03e225aa012be8bd5998223ae8f9b2f.tar.gz
libbytesize: update SRC_URI
GitHub has been redirecting for a while, so switch SRC_URI from github.com/rhinstaller/libbytesize to github.com/storaged-project/libbytesize instead without redirects. Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
index 926a603b81..28e40f66e3 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10B = "${S}" 10B = "${S}"
11 11
12SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" 12SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d"
13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=main;protocol=https" 13SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https"
14 14
15inherit gettext autotools pkgconfig python3native 15inherit gettext autotools pkgconfig python3native
16 16