diff options
| author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2023-11-10 12:24:23 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-10 09:13:39 -0800 |
| commit | 75bb23b3b03e225aa012be8bd5998223ae8f9b2f (patch) | |
| tree | 501836f015a44a32b9744d0ad8e747425aa34e8d | |
| parent | eb2e61cff9560d7c1cb80bee0c9470fdebc21f7d (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 10 | B = "${S}" | 10 | B = "${S}" |
| 11 | 11 | ||
| 12 | SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" | 12 | SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" |
| 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=main;protocol=https" | 13 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" |
| 14 | 14 | ||
| 15 | inherit gettext autotools pkgconfig python3native | 15 | inherit gettext autotools pkgconfig python3native |
| 16 | 16 | ||
