summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* weechat: upgrade 3.4 -> 3.4.1Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | Changelog: ========== - core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.36.0 -> 1.36.2Wang Mingyu2022-03-172-7/+4
| | | | | | | | | | | | | | | | | | 0001-do-not-ask-host-for-ifcfg-defaults.patch refreshed for new version Changelog: ========== * When the list of plugins is not specified via "main.plugins" in NetworkManager.conf and no build-time default is set with "--with-config-plugins-default" configure argument, now all known plugins found in the plugin directory are loaded (and the built-in "keyfile" plugin is preferred over others). * Preserve external ports during checkpoint rollback * Fix removal of ovsdb entry when an OVS interface goes away * Fix DNS configuration for WWAN connections Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager-openvpn: upgrade 1.8.16 -> 1.8.18Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | Changelog: ========== * Gtk4 version of the editor plugin is now available (for use with Control Center of GNOME 42 or later). * Update Catalan, Croatian, Czech, Hebrew and Slovenian translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 41.3 -> 41.4Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | Changelog: ========= shell: * Fix crash when thumbnail extraction takes too long Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiec61850: upgrade 1.5.0 -> 1.5.1Wang Mingyu2022-03-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-runner: RemoveKhem Raj2022-03-172-16/+0
| | | | | | | Moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-chardet: RemoveKhem Raj2022-03-172-24/+0
| | | | | | | Its moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pyruvate: Update libc to 0.2.120Khem Raj2022-03-174-173/+2
| | | | | | | | Drop upstreamed patches Move riscv32/musl patches to meta-riscv Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-kiwisolver: Upgrade to 1.4.0Khem Raj2022-03-171-3/+3
| | | | | | | | | | | | | | | | | | | License-Update: There is separate License file now so use that for checksums use setuptools_build_meta since normal setuptools3 bbclass ends up in errors | distutils.errors.DistutilsError: Command '['/mnt/b/yoe/master/build/tmp/work/riscv32-yoe-linux-musl/python3-kiwisolver/1.4.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3', '-m ', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpmeo45wf4', '--quiet', 'cppy>=1.2.0']' returned non-zero exit status 1. | ERROR: 'python3 setup.py bdist_wheel ' execution failed. Release is here [1] [1] https://github.com/nucleic/kiwi/releases/tag/1.4.0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-dnspython: upgrade 2.2.0 -> 2.2.1Wang Mingyu2022-03-171-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-cppy: upgrade 1.1.0 -> 1.2.0Wang Mingyu2022-03-171-2/+3
| | | | | | | | add dependence : python3-setuptools python3-distutils Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-bitstruct: upgrade 8.12.1 -> 8.13.0Wang Mingyu2022-03-171-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-astroid: upgrade 2.10.0 -> 2.11.0Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Add new (optional) doc_node attribute to nodes.Module, nodes.ClassDef, and nodes.FunctionDef. Accessing the doc attribute of nodes.Module, nodes.ClassDef, and nodes.FunctionDef has been deprecated in favour of the doc_node attribute. Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str. Passing the doc argument to the __init__ of nodes.Module, nodes.ClassDef, and nodes.FunctionDef has been deprecated in favour of the postinit doc_node attribute. Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str. Replace custom cachedproperty with functools.cached_property and deprecate it for Python 3.8+. Closes #1410 Set end_lineno and end_col_offset attributes to None for all nodes with PyPy 3.8. PyPy 3.8 assigns these attributes inconsistently which could lead to unexpected errors. Overwriting them with None will cause a fallback to the already supported way of PyPy 3.7. Add missing shape parameter to numpy zeros_like, ones_like, and full_like methods. Closes PyCQA/pylint#5871 Only pin wrapt on the major version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* abseil: Upgrade to 20211102.0 LTS releaseKhem Raj2022-03-163-96/+9
| | | | | | | | | | | | | | | | Drop 0001-Export-of-internal-Abseil-changes.patch its already upstream forward port abseil-ppc-fixes.patch Changes in this release are absl::Cord is now implemented as a b-tree. The new implementation offers improved performance in most workloads. absl::SimpleHexAtoi() has been added to strings library for parsing hexadecimal strings. Details here [1] [1] https://github.com/abseil/abseil-cpp/releases/tag/20211102.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smbnetfs: upgrade 0.6.1 -> 0.6.3Wang Mingyu2022-03-162-3/+3
| | | | | | | | | | | configure.patch refreshed for new version. Changelog: ======== add files for debian packaging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: drop recipes moved to coreTim Orling2022-03-161-19/+0
| | | | | | | | Drop the recipes moved to core in the python3-cryptography move. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pytz: move to oe-coreTim Orling2022-03-162-38/+0
| | | | | | | | | This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pytest-subtests: move to oe-coreTim Orling2022-03-161-20/+0
| | | | | | | | | This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pretend: move to oe-coreTim Orling2022-03-161-11/+0
| | | | | | | | | This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-poetry-core: move to oe-coreTim Orling2022-03-161-44/+0
| | | | | | | | | | | The poetry_core.bbclass (renamed to python_poetry_core) has been moved to oe-core, as has this recipe, in support of python3-cryptography. The recipe that needed poetry-core is python3-iso8601. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-ply: move to oe-coreTim Orling2022-03-161-18/+0
| | | | | | | | | This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-iso8601: move to oe-coreTim Orling2022-03-161-15/+0
| | | | | | | | | This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-psutil: RemoveKhem Raj2022-03-162-225/+0
| | | | | | | Moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-bcrypt: RemoveKhem Raj2022-03-162-33/+0
| | | | | | | Moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pyrad: Change poetry bbclass inherit to match oe-coreKhem Raj2022-03-161-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* meta-python: Clean up recipes and classes that were moved to oe-coreAlejandro Enedino Hernandez Samaniego2022-03-1624-406/+9
| | | | | | Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Do not exclude python3-grpcio python3-grpcio-tools ↵Khem Raj2022-03-151-1/+0
| | | | | | | for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-grpcio, python3-grpcio-tools: Upgrade to 1.44.0Khem Raj2022-03-155-31/+91
| | | | | | | | | | | - Fix build on ppc64le/musl - Add patch to fix abseil on ppc64 - Changes are here [1] [1] https://github.com/grpc/grpc/releases/tag/v1.44.0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-pymodbus: add asyncio to package configJustin Bronder2022-03-151-0/+1
| | | | | | | | | When using asyncio as the backend for asynchronous communication, pymodbus depends on python3-pyserial-asyncio. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-poetry-core: Setting PIP_INSTALL_PACKAGE is no longer neededKhem Raj2022-03-151-2/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-django: upgrade 4.0.1 -> 4.0.2Trevor Gamblin2022-03-151-1/+1
| | | | | | | | | 4.0.2 fixes CVE-2022-22818 and CVE-2022-23833. See: https://docs.djangoproject.com/en/dev/releases/4.0.2/ Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* python3-django: upgrade 3.2.11 -> 3.2.12Trevor Gamblin2022-03-151-1/+1
| | | | | | | | | 3.2.12 fixes CVE-2022-22818 and CVE-2022-23833. See: https://docs.djangoproject.com/en/dev/releases/3.2.12/ Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* fwts: Do not use --as-needed on ppc64Khem Raj2022-03-141-0/+4
| | | | | | | | | This is not seen on non ppc64 hosts Fixes build/src/lib/src/.libs/libfwts.so: undefined reference to `fwts_acpica_sem_count_get' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-clhpp: Update 2.0.15 -> 2.0.16Daniel Gomez2022-03-141-3/+3
| | | | | | | | | | | | | | | | | | | - Change branch name master -> main according to upstream repository. - Update 2.0.15 -> 2.0.16. Changelog: 1df82b9 Add param traits for CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM (#165) 814e7b2 update the C++ bindings code example (#151) 6d833a5 Update opencl.hpp: Add CL_DEVICE_BOARD_NAME_AMD (#160) 25ad589 Added missing definitions for deprecated prefixes and suffixes for version 2.2 (#159) 21a34b0 Test two additional defines and update descriptions in header (#147) ff7318c Fix cl::enqueueMapSVM for cl::vector and cl::pointer (#145) 30d4219 Test most of the possible defines (#140) 63d9e41 Fix unreasonable error handling in opencl.hpp (#139) 0198c41 Add support for cl_khr_integer_dot_product v2 (#141) 8df6c8f Transition CI to Github Actions (#142) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-headers: Update v2020.12.18 -> v2022.01.04Daniel Gomez2022-03-141-3/+4
| | | | | | | | | | | | - Add PV to include package version + git revision. - Add ALLOW_EMPTY to prevent error [1] when installing package in image. - Change branch name master -> main according to upstream repository. [1]: opencl-headers installation error: E: Package 'opencl-headers' has no installation candidate Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-icd-loader: Update 2020.12.18 -> v2022.01.04Daniel Gomez2022-03-141-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix recipe style WARNINGS from oe-stylize. ./contrib/oe-stylize.py meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb Reminder: Tabs should not be used (use spaces instead) in : ' ${bindir}/icd_loader_test \ ' Reminder: The correct spacing for a variable is FOO = "BAR" in : ' SUMMARY = "OpenCL ICD Loader" ' - Fix missing lib for CL applications strace clinfo: openat(AT_FDCWD, "/usr/lib/libOpenCL.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}, 0) = 0 writev(2, [{iov_base="clinfo", iov_len=6}, {iov_base=": ", iov_len=2}, {iov_base="error while loading shared libra"..., iov_len=36}, {iov_base=": ", iov_len=2}, {iov_base="libOpenCL.so.1", iov_len=14}, {iov_base=": ", iov_len=2}, {iov_base="cannot open shared object file", iov_len=30}, {iov_base=": ", iov_len=2}, {iov _base="No such file or directory", iov_len=25}, {iov_base="\n", iov_len=1}], 10 clinfo: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory) = 120 exit_group(127) = ? - Change branch name master -> main according to upstream repository. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Update 1.20.0 -> 1.22.1Daniel Gomez2022-03-148-133/+20
| | | | | | | | | | - Drop patches already upstream. - Update getsubopt [1] patch to the new 1.22.1 sources. [1]: 0007-Do-not-use-getsubopt.patch Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: Upgrade to 22.01.00Khem Raj2022-03-146-85/+8
| | | | | | | Drop upstreamed poll.h patch Refresh rest of patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Use new atomic builtins on powerpc as wellKhem Raj2022-03-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: Link in libatomic on ppcKhem Raj2022-03-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Disable vector icons on ppcKhem Raj2022-03-141-0/+1
| | | | | | qemuppc segfaults building them Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Disable for powerpcKhem Raj2022-03-141-0/+1
| | | | | | | Fixes ../deps/v8/src/objects/code.h:564:2: error: #error Unknown architecture. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poetry_core: update for renamed class pip_install_wheel to python_pep517Ross Burton2022-03-141-3/+3
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Link libatomics on mips for ptestsKhem Raj2022-03-111-2/+3
| | | | | | | | | | | | clang/mips emits calls to atomic builtins which it expects from C runtime perhaps but compiler-rt does not provide them so link in libatomics Fixes atomic.cpp:(.text._ZN6cereal12Inpu tArchiveINS_16JSONInputArchiveELj0EE7processIRNSt3__16atomicIdEEEEvOT_[_ZN6cereal12InputArchiveINS_16JSONInputArchiveELj0EE7processIRNSt3__16atomicIdEEEEvOT_]+0x10c): undefined reference to `__atomic_store_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-*: remove obsolete PYPA_WHEEL and PIP_INSTALL_PACKAGE assignmentsRoss Burton2022-03-117-18/+0
| | | | | | | | These variables are no longer used by pip_install_wheel, so remove them from all recipes that set them. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Set CVE_PRODUCT according to NVDJulian Haller2022-03-111-0/+2
| | | | | | | | NVD uses 'json-for-modern-cpp' as product name for nlohmann-json. See https://nvd.nist.gov/products/cpe/detail/394565?namingFormat=2.3&orderBy=CPEURI&keyword=json-for-modern-cpp&status=FINAL Signed-off-by: Julian Haller <julian.haller@philips.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: adb: add u3 ss descriptor supportMacpaul Lin2022-03-112-0/+343
| | | | | | | | | | | | Porting u3 Superspeed descriptor support to open-embedded android-tools package. This patch origins from the the patch in android project [1], but has been modified for backporting to android-tools_5.1.1.r37. [1] https://android.googlesource.com/platform/system/core/+/d6ee9f26a5163af4121f4380264fcbd4e6851a17%5E%21 Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com> Signed-off-by: Jiacheng Liu <jiacheng.liu@mediatek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Do not search headers on build host during cross compileKhem Raj2022-03-112-1/+90
| | | | | | This is required for cross-compile to work correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nspr-native: fix ubuntu 18.04 builds using system gcc.Jeremy A. Puhlman2022-03-111-1/+1
| | | | | | | | | | | | | | | | gcc abstract.o -Xlinker -L../../dist/lib -lplc4 -L../../dist/lib -lnspr4 -lpthread -lrt -o abstract ../../dist/lib/libnspr4.so: undefined reference to `dlopen' ../../dist/lib/libnspr4.so: undefined reference to `dlclose' ../../dist/lib/libnspr4.so: undefined reference to `dlerror' ../../dist/lib/libnspr4.so: undefined reference to `dlsym' ../../dist/lib/libnspr4.so: undefined reference to `dladdr' collect2: error: ld returned 1 exit status Pulling in -lrt, does not automatically pull in libdl. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Upgrade to 5.3.6Khem Raj2022-03-113-6/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>