summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-05-31 17:45:19 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-31 08:26:23 -0700
commitf2e996165464e541ae85ae5bfa5de152f6f6aea2 (patch)
tree4446d083142b5e1e96c69c12908cc034078d2715
parent64783f2df72d2f401ab4b818cfad0ea5e296093f (diff)
downloadmeta-openembedded-f2e996165464e541ae85ae5bfa5de152f6f6aea2.tar.gz
libbytesize: upgrade 2.6 -> 2.7
Changelog: ========== Added translation using Weblate (Croatian) Translated using Weblate (Croatian) build: avoid bashisms in configure Do not use distutils to get Python library path Revert "Translations update from Weblate" Fix warnings dicovered by the GCC analyzer Fix some warnings and typos in docstrings and comments Remove Travis CI configuration Fix skipping tests when required locale is missing Update translation files Update translation files 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.7.bb (renamed from meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.7.bb
index 154973254d..c83ee926d0 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.7.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 = "c9864f4dd03736839f40d225da494cb1eb64e654" 12SRCREV = "0f47dde41f92f00b12160387659501edefd05b38"
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