summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* recipes: Inherit perlnative for pod2manKhem Raj2020-02-022-2/+2
| | | | | | | replace host version of pod2man perl-native provides, helps in improving reproducability Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: port build to python3Andreas Müller2020-02-0218-27/+6917
| | | | | | | | | | While at it: * cleanup our patches * remove useless sed in do_configure Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: Do not build docsKhem Raj2020-01-282-4/+14
| | | | | | | | | | | | | | It fails to build currently, with texinfo-dummy | File "/mnt/a/tmp-yoe/work/riscv64-yoe-linux-musl/indent/2.2.12-r0/recipe-sysroot-native/usr/bin/makeinfo", line 100, in <module> | stub_msg | AssertionError: Don't know how to get default output file name from input file ! | This stand-in version of makeinfo is not yet fully capable of emulating | the real version from the GNU texinfo suite. If you see this message, file a | bug report with details on the recipe that failed. | | make[2]: *** [Makefile:814: indent.html] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Inherit missing texinfo for makeinfo programKhem Raj2020-01-282-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Link with libatomic on riscvKhem Raj2020-01-281-0/+2
| | | | | | | | | | | | jemalloc uses libatomic functions Fixes ../lib/libjemalloc_pic.a(extent_dss.pic.o): in function `extent_dss_extend ing_start': | /usr/src/debug/fluentbit/1.3.5-r0/fluent-bit-1.3.5/lib/jemalloc-5.2.1/src/extent_dss.c:75: undefined reference to `__atomic_compare _exchange_1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: search nspr header files in ${STAGING_INCDIR}/nspr directoryMartin Jansa2020-01-271-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.5.2 -> 1.6.0Pierre-Jean Texier2020-01-261-4/+5
| | | | | | | | | | | License-Update: copyright years updated Also add PACKAGECONFIG for lzma, supported since commit in [1]. [1] - https://github.com/nih-at/libzip/commit/a91b3c41940b318277b8a8cd58a723a76f3cd536 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* boinc-client: minor cosmetic changes on bb recipe,Gianfranco Costamagna2020-01-251-3/+4
| | | | | | | | such as unifying tabs VS spaces and adding cosmetic newlines Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.4Gianfranco Costamagna2020-01-251-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: Add initial recipe from meta-iviGianfranco Costamagna2020-01-254-0/+326
| | | | | | | | | | | | as of commit 6a5b0d6460028f695c62bd1f0b064207671b2236 with added upstream proposed pull request: https://github.com/GENIVI/meta-ivi/pull/118 dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* konkretcmpi: Depend on python3 during buildKhem Raj2020-01-241-2/+2
| | | | | | Fix packaging to match py3 module install dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Use py3 in dependsKhem Raj2020-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 checkKhem Raj2020-01-222-2/+2
| | | | | | BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: Use py3 as rdep and use py3 setuptoolsKhem Raj2020-01-221-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Turn inherit classes from meta-py2 to conditional constructsKhem Raj2020-01-222-2/+2
| | | | | | helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Switch to using git src_uriKhem Raj2020-01-221-6/+8
| | | | | | | Gets python3 support Remove python2 specific modules which are absent in py3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Upgrade to 3.19.12Khem Raj2020-01-2214-573/+264
| | | | | | | Use python3 instead of py2 Apply patches from openwrt to fix crosscompile and musl builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: Disable python packageconfig by defaultKhem Raj2020-01-221-1/+1
| | | | | | This needs python2 which is in another layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openlmi: Make it visible when meta-py2 is in layermixKhem Raj2020-01-221-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openlmi-tools: Use S to access setup.pyKhem Raj2020-01-221-2/+2
| | | | | | Depend on py2 modules Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: upgrade 60.5.2 -> 60.9.0 and reworkAndreas Müller2020-01-224-88/+45
| | | | | | | | * build with firefox-esr sources to simplyfy upgrade path * cleanup: Should make python2-> python3 transition easier Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove using python2Khem Raj2020-01-226-10/+10
| | | | | | | This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Make powerpc64le overridesKhem Raj2020-01-191-0/+1
| | | | | | The existing conditions for ppc64/be are applicable for le as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: bump to revision 665d869William A. Kennington III via Openembedded-devel2020-01-192-111/+4
| | | | | | | | | | Also: - remove patch applied upstream - update the hash of the license because the file now contains a SPDX license identifier Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: extend --with-intl-api=build to ppcKhem Raj2020-01-161-0/+1
| | | | | | | | | | This fixes mozjs crash, in launching js in qemu during gjs build Fixes | | (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix build on powerpcKhem Raj2020-01-162-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20191103 -> 20191125Mingde (Matthew) Zeng2020-01-141-3/+2
| | | | | Signed-off-by: Matthew Zeng <Matthew.Zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: add support for hidapi integrationBartosz Golaszewski2020-01-131-0/+1
| | | | | | | | libsigrok now supports portable USB HID communication with HIDAPI. Add a new packageconfig option that enables building of the bluetooth module. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmpi-bindings: append PYTHON_ABI suffix to libpython sonameKhem Raj2020-01-102-8/+5
| | | | | | | | This makes it independent of python vesion 3.7 or 3.8 where with python 3.7 has 'm' as abi suffix but 3.8 wont Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* brotli: rename static libraries avoding the -static suffix.Gianfranco Costamagna2020-01-101-0/+6
| | | | | | | | | This leads to link failures such as the ones described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943321 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: upgrade 2.0.0 -> 2.1.0Wang Mingyu2020-01-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.6 -> 1.9.8Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: upgrade 5.2.2 -> 5.2.8Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: add support for bluetooth integrationBartosz Golaszewski2020-01-071-0/+1
| | | | | | | | libsigrok now supports bluetooth communication using bluez5. Add a new packageconfig option that enables building of the bluetooth module. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update from 8.1910 to 8.1911Randy MacLeod2020-01-061-2/+2
| | | | | | | | | | | | ptest results for qemux86-64 with kvm and a timeout of 1000 seconds to allow stress tests to complete: Recipe | Passed | Failed | Skipped rsyslog-8.1908.0 | 379 | 4 | 2 rsyslog-8.1911.0 | 381 | 4 | 3 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.0 -> 7.1Wang Mingyu2020-01-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: upgrade v0.5.2 -> v0.5.3Bartosz Golaszewski2020-01-021-2/+2
| | | | | | | Update libsigrokdecode to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: upgrade v0.5.1 -> v0.5.2Bartosz Golaszewski2020-01-021-2/+2
| | | | | | | Upgrade libsigrok to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libstatgrab: add logging/tracing optionsJens Rehsack2020-01-021-0/+5
| | | | | | | | Introduce opportunity to enable/disable logging with and without log4cplus dependency. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Upgrade to 3.8.0+Khem Raj2019-12-311-10/+11
| | | | | | | The original SRCREV was at 3.7.3 even though PV was 3.8.0 this upgrades to latest on top of 3.8.0 to get py3 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Disable -Wno-misleading-indentation with clang10+Khem Raj2019-12-312-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.3.5Khem Raj2019-12-316-57/+127
| | | | | | | | | | Sync recipe with the one in sourcecode Record Accessor feature requires Flex and Bison fts dependency is needed on musl Delete cmake_multilib.patch its fixed upstream Use builtin nan funciton to avoid linking with libm Signed-off-by: Khem Raj <raj.khem@gmail.com>
* volume-key: not create python2 bindingsKai Kang2019-12-301-1/+2
| | | | | | | | | | If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PNAlex Kiernan2019-12-291-17/+6
| | | | | | | | | Use PACKAGE_BEFORE_PN to pick files out of the install tree before FILES_${PN} gets there, so we can just list necessary additions rather than everything. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Fix 'may be used uninitialized' errorsKhem Raj2019-12-252-0/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 5.0.7Khem Raj2019-12-235-128/+58
| | | | | | | | Remove an upstreamed patch Add patches to build with new glibc/gcc Drop atomic removal patch and link with libatomic when needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argumentKhem Raj2019-12-232-1/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Use nonarch_libdir for systemd_unitsKhem Raj2019-12-201-4/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix packaging errors when using lib64 libdirKhem Raj2019-12-201-2/+3
| | | | | | | | | Fixes ERROR: ostree-2019.6-r0 do_package: QA Issue: ostree: Files/directories were installed but not shipped in any package: /usr/lib/ostree/ostree-prepare-root /usr/lib/ostree/ostree-remount Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblightmodbus: Fix packaging errors when using multilibKhem Raj2019-12-202-1/+40
| | | | | | | | | Fixes ERROR: liblightmodbus-2.0.2-r0 do_package: QA Issue: liblightmodbus: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/liblightmodbus.a Signed-off-by: Khem Raj <raj.khem@gmail.com>