From da2c59c7b51f8fa642aa599f6198661e6046bfd8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:20:11 +0800 Subject: [PATCH] libbytesize: upgrade 2.9 -> 2.10 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 4aed145b63571c9659fe8465926d70eacf716aa5) Signed-off-by: Armin Kuster --- .../libbytesize/{libbytesize_2.9.bb => libbytesize_2.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libbytesize/{libbytesize_2.9.bb => libbytesize_2.10.bb} (84%) diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb similarity index 84% rename from meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb rename to meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb index dfc7b42dca..926a603b81 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" S = "${WORKDIR}/git" B = "${S}" -SRCREV = "2fa27aa3acccc70b9f6c3bf2e569e3d33a381e83" -SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" +SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" +SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=main;protocol=https" inherit gettext autotools pkgconfig python3native