summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:24:45 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:31 -0700
commit634411e51bb8e325c92e9cf50b17ecd003bb3ebd (patch)
tree450cbfef39eb8f69cf7e94a04ba16bd06be95020
parent5fd783b439a270ab7693642eded6b1148dd2f335 (diff)
downloadmeta-openembedded-634411e51bb8e325c92e9cf50b17ecd003bb3ebd.tar.gz
libbytesize: upgrade 2.10 -> 2.11
Changelog: ============ - remove dependency on python3-six and python2 crumbs - dist: Fix release number in spec - Squashed 'translation-canary/' changes from 4d4e65b..5bb8125 - ci: Bump actions/checkout from v3 to v4 - Rename 'master' branch to 'main' - ci: Set custom release number for Packit - ci: Update CentOS Stream repositories for Packit - ci: Add dependabot to automatically update GH actions - Update translation files - Translated using Weblate - infra: bump actions/upload-artifact from 3 to 4 - tests: remove unnecessary bash dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb (renamed from 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.11.bb
index daa01bfc3d..214c2b2844 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" 11SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2"
12SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" 12SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https"
13 13
14inherit gettext autotools pkgconfig python3native 14inherit gettext autotools pkgconfig python3native