summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:20:11 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:02 -0400
commitda2c59c7b51f8fa642aa599f6198661e6046bfd8 (patch)
tree5af4bcd1d18423fb0f7bbd604fd9e8ccf5ea9f25
parent2e56ecfd392cbb4c0dbcdb43aeaee65592030e25 (diff)
downloadmeta-openembedded-da2c59c7b51f8fa642aa599f6198661e6046bfd8.tar.gz
libbytesize: upgrade 2.9 -> 2.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4aed145b63571c9659fe8465926d70eacf716aa5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb (renamed from meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb b/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"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10B = "${S}" 10B = "${S}"
11 11
12SRCREV = "2fa27aa3acccc70b9f6c3bf2e569e3d33a381e83" 12SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d"
13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" 13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=main;protocol=https"
14 14
15inherit gettext autotools pkgconfig python3native 15inherit gettext autotools pkgconfig python3native
16 16