summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:20:11 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 08:05:01 -0700
commit4aed145b63571c9659fe8465926d70eacf716aa5 (patch)
tree9dffadab99c061d5d4eff133934c4630dbe31452 /meta-oe
parentcb154aca618a188f6e9e3e89896adf7503245b7b (diff)
downloadmeta-openembedded-4aed145b63571c9659fe8465926d70eacf716aa5.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>
Diffstat (limited to 'meta-oe')
-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