diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-05-31 17:45:19 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-31 08:26:23 -0700 |
commit | f2e996165464e541ae85ae5bfa5de152f6f6aea2 (patch) | |
tree | 4446d083142b5e1e96c69c12908cc034078d2715 /meta-oe/recipes-support/libbytesize | |
parent | 64783f2df72d2f401ab4b818cfad0ea5e296093f (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-support/libbytesize')
-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 154973254..c83ee926d 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" | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | B = "${S}" | 10 | B = "${S}" |
11 | 11 | ||
12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" | 12 | SRCREV = "0f47dde41f92f00b12160387659501edefd05b38" |
13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" |
14 | 14 | ||
15 | inherit gettext autotools pkgconfig python3native | 15 | inherit gettext autotools pkgconfig python3native |