aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libbytesize
AgeCommit message (Collapse)Author
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>