aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libbytesize
AgeCommit message (Collapse)Author
2021-09-24libbytesize: Inherit pkgconfigKhem Raj
Fixes ../git/configure: line 13851: `PKG_CHECK_MODULES(PCRE2, libpcre2-8, , LIBBYTESIZE_SOFT_FAILURE($[PCRE2]_PKG_ERRORS))' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-09libbytesize: upgrade 2.4 -> 2.6zhengruoqin
Libbytesize 2.6 --------------- Hela Basa (1): - Added translation using Weblate (Sinhala) Ricky Tigg (1): - Translated using Weblate (Finnish) Vojtech Trefny (3): - Sync spec with downstream - Squashed 'translation-canary/' changes from fccbb1b..4d4e65b - Make sure Size can be interpreted as integer in Python 3.10 Weblate (1): - Update translation files simmon (2): - Added translation using Weblate (Korean) - Translated using Weblate (Korean) Libbytesize 2.5 --------------- Adolfo Jayme Barrientos (2): - Translated using Weblate (Spanish) - Translated using Weblate (Asturian) Ricky Tigg (1): - Translated using Weblate (Finnish) Vojtech Trefny (6): - Sync spec with downstream - travis: Add --nogpgcheck when using dnf on Fedora - bscalc: Add option to print only single "human readable" result - tests: Run pylint and pycodestyle on bscalc - travis: Print logs after failed tests - tools: Read input from stdin when not running in a tty Weblate (1): - Update translation files Yaron Shahrabani (2): - Added translation using Weblate (Hebrew) - Translated using Weblate (Hebrew) gururajrkatti (1): - Add support to ppc64le for debian build Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-08-03libbytesize: upgrade 2.3 -> 2.4Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libbytesize: update to 2.3Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30libbytesize: upgrade 2.1 -> 2.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03libbytesize: disable doc buildKai Kang
It fails to build doc for libbytesize and the documents are simple and not important, so disable doc build. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-16libbytesize: update to 2.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-11libbytesize: Add depends for gettext-nativeJason Wessel
If the local.conf has set 'USE_NLS = "no"' the build of libbytesize will fail with the following message: | configure: error: in `/build/tmp/work/core2-64-poky-linux/libbytesize/2.0-r0/build': | configure: error: gettext not found | See `config.log' for more details | NOTE: The following config.log files may provide further information. | NOTE: /build/tmp/work/core2-64-poky-linux/libbytesize/2.0-r0/build/config.log | ERROR: configure failed The issue is that libbytesize needs to full version of gettext in order to configure properly, and not the minimal version which is provided by default when building with 'USE_NLS = "no"'. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10libbytesize: 1.4 -> 2.0Hongxu Jia
- Depends on libpcre2 since upstream commit [1c7e40a Port to pcre2] - Remove PACKAGECONFIG python2 since upstream commit [895baa3 Remove Python 2 support] - Fix out of tree build failure - RDEPENDS on python3-core rather than python3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27libbytesize: 1.3 -> 1.4Hongxu Jia
Remove redundant PV assignment Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-05libbytesize: Upgrade to 1.3Mingli Yu
* Remove 0001-remove-python2-support.patch and use configure option to control the python2 support. * Update PV to reflect the version change Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-08-13libbytesize: add recipe 0.10Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>