summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:10 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:08:56 -0700
commitd8d6151333773d509b3f1a2109972a82cc77d696 (patch)
tree9788adabc9ca549dbdc06c1943218fa5e20fcf75 /meta-oe
parent17a730a36d7d6e4e821ef24d829ae27f5103c8ac (diff)
downloadmeta-openembedded-d8d6151333773d509b3f1a2109972a82cc77d696.tar.gz
libbytesize: upgrade 2.8 -> 2.9
Changelog: =========== - build: Exit before AC_OUTPUT on error - ci: Manually prepare spec file for Packit - Update translation files - tests: fix locale tests on musl - Translated using Weblate (Korean) 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.9.bb (renamed from meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb
index 0afe8a6c0..dfc7b42dc 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.9.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10B = "${S}" 10B = "${S}"
11 11
12SRCREV = "12b8e6bff611eecb0343ee8a765151e7d9d3547b" 12SRCREV = "2fa27aa3acccc70b9f6c3bf2e569e3d33a381e83"
13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" 13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https"
14 14
15inherit gettext autotools pkgconfig python3native 15inherit gettext autotools pkgconfig python3native