summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: Upgrade 2.3.0 -> 2.4.0Leon Anavi2021-11-091-1/+1
| | | | | | | | | | | Upgrade to release 2.4.0: - Markdown: Add colons to align the rendered output - Add rows attribute to prettytable Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* wolfssl: update to 5.0.0Oleksandr Kravchuk2021-11-081-3/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: Upgrade 1.13.2 -> 1.13.3Leon Anavi2021-11-081-1/+1
| | | | | | | | | | | Upgrade to release 1.13.3: - Adds wheels for Python 3.10 on PyPi and where possible also now generating binary wheels for musllinux. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cachecontrol: Upgrade 0.12.6 -> 0.12.9Leon Anavi2021-11-081-3/+3
| | | | | | | | | | | | | | | Upgrade to release 0.12.9: - Ensure we reset the file handle after reading - Formatting updates after running black - Ensure the required python version is PEP 440 compliant - Fix the Makefile bootstrap to use pip3 License-Update: LICENSE.txt is missing. Use PKG-INFO instead. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-natsort: Upgrade 7.1.1 -> 8.0.0Leon Anavi2021-11-081-2/+2
| | | | | | | | | | | | | | | Upgrade to release 8.0.0: - Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds - Type hints - Explicit testing for Python 3.10 License-Update: Update license year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* ntpsec: require x11 in DISTRO_FEATURESMartin Jansa2021-11-062-2/+5
| | | | | | | | | | | | | | | | | | | * fixes: ERROR: Nothing RPROVIDES 'gnuplot' (but meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb RDEPENDS on or otherwise requires it) gnuplot was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) NOTE: Runtime target 'gnuplot' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gnuplot'] NOTE: Runtime target 'ntpsec' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ntpsec', 'gnuplot'] NOTE: Runtime target 'ntpsec-python' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ntpsec-python', 'gnuplot'] ERROR: Nothing RPROVIDES 'ntpsec-dev' (but meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'ntpsec-dev' NOTE: Runtime target 'ntpsec-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ntpsec-dev'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: Remove incorrect x11 from REQUIRED_DISTRO_FEATURESMarek Vasut2021-11-061-1/+1
| | | | | | | | The SDL2 TTF library does not depend on X11, only on GL, remove the X11 requirement. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: Fix build with 5.15+ kernel headersKhem Raj2021-11-062-2/+90
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
* sdbus-c++-libsystemd: Fix build with kernel 5.15+Khem Raj2021-11-062-0/+30
| | | | | | | Backport a patch from upstream systemd Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
* lvgl: Introduce global variable for configurationPhilippe Coval2021-11-061-1/+4
| | | | | | | Relate-to: https://github.com/lvgl/lvgl/issues/2534 Forwarded: https://github.com/openembedded/meta-openembedded/pull/473 Signed-off-by: Philippe Coval <philippe.coval@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: remove intltool-native DEPENDSRoss Burton2021-11-051-1/+1
| | | | | | | The use of intltool was removed in the 1.8.0 release, back in 2018. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: fix build against 5.15 kernel/libc-headers headersBruce Ashfield2021-11-042-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In kernel v5.15+ stdarg.h is part of the kernel source, and the upstream project has a change to prefer that stdarg.h to the c-library variant and hence includes it as <linux/stdarg.h>, which leads to the following build error: | In file included from ../vboxsf/include/iprt/types.h:34, | from ../vboxsf/include/iprt/string.h:33, | from mount.vboxsf.c:53: | ../vboxsf/include/iprt/stdarg.h:49:13: fatal error: linux/stdarg.h: No such file or directory | 49 | # include <linux/stdarg.h> | | ^~~~~~~~~~~~~~~~ If we modify our build of the vboxdrivers to have the kernel source directory on the include path (to find linux/stdarg.h, that leads to the following errors: In file included from build/tmp/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.28-r0/recipe-sysroot/usr/include/stdlib.h:394, | from mount.vboxsf.c:36: | build/tmp/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.28-r0/recipe-sysroot/usr/include/sys/types.h:192:20: note: previous declaration of 'blkcnt_t' with type 'blkcnt_t' {aka 'long int'} | 192 | typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */ | | ^~~~~~~~ | In file included from build/tmp/work-shared/qemux86-64/kernel-source/include/linux/time.h:5, | from poky/build/tmp/work-shared/qemux86-64/kernel-source/include/linux/stat.h:19, | from build/tmp/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.28-r0/recipe-sysroot/usr/include/bits/statx.h:31, Our libc-headers are safe and don't lead to the potential conflicing information that the upstream commit is guarding against. The easiest solution is to revert the upstream change and trust our headers. Upstream-Status: Inappropriate [OE specific] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Add ntpsecKhem Raj2021-11-041-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: Disable documentationKhem Raj2021-11-041-0/+1
| | | | | | | It seems to require asciidoctor and currently does not build until someone fixes it, disable it for cosnsitency. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: Disable seccomp on musl/rv32Khem Raj2021-11-041-0/+3
| | | | | | seccomp on musl is not fully done yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: Add recipeAlex Kiernan2021-11-043-0/+227
| | | | | | | | | NTPsec, "a secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills’s original." Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Enable mdns on musl systemsKhem Raj2021-11-041-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade to 1310.140.1Khem Raj2021-11-042-3/+44
| | | | | | Fix build with musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: Upgrade 3.1.0 -> 3.1.2Leon Anavi2021-11-041-1/+1
| | | | | | | | | | Upgrade to release 3.1.2: - fix extend_enum() - tests: move enum setting from body to header Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.9.3 -> 5.10.0Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | Upgrade to release 5.10.0: - Switch to tomli for pyproject.toml configuration loader. - CLI bug (--exend-skip-glob, overrides instead of extending). - respect PATH customization in nested calls to git. - Append only with certain code snippets incorrectly adds imports. - Added official support for Python 3.10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.8.2 -> 2.8.4Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 2.8.4: - Fix the ``scope()`` and ``frame()`` methods of ``NamedExpr`` nodes. When these nodes occur in ``Arguments``, ``Keyword`` or ``Comprehension`` nodes these methods now correctly point to the outer-scope of the ``FunctionDef``, ``ClassDef``, or ``Comprehension``. - Fix the ``set_local`` function for ``NamedExpr`` nodes. When these nodes occur in ``Arguments``, ``Keyword``, or ``Comprehension`` nodes these nodes are now correctly added to the locals of the ``FunctionDef``, ``ClassDef``, or ``Comprehension``. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 2.2.1 -> 2.3.0Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | Upgrade to release 2.3.0: - Add Jupyter repr and default interpreter repr methods - Add custom format support - Add method to generate LaTex formatted string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade 0.17 -> 0.18Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.18: - Implement use of Quantity in the Quantity constructor (convert to specified units). - Rename .readthedocs.yml to .readthedocs.yaml, update MANIFEST.in - Fix a few small typos. - Fix babel format for `Unit`. - Fix handling of positional max/min arguments in clip function. - Fix string formatting of numpy array scalars. - Fix default format for Measurement class - Fix parsing of pretty units with same exponents but different sign. - Convert the application registry to a wrapper object. - Add documentation for the string format options. - Support custom units formats. - Autoupdate pre-commit hooks. - Improved the application registry. - Improved testing isolation using pytest fixtures. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Use branch parameter in SRC_URIKhem Raj2021-11-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: Create /var/log /var/run at runtimeKhem Raj2021-11-041-1/+18
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Keep /var/volatile emptyKhem Raj2021-11-041-6/+13
| | | | | | | | /var/volatile is populated at runtime as it can be mounted from a different partition, therefore its better to keep it empty and only populate it during runtime. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Remove empty /var/volatile/logKhem Raj2021-11-041-1/+3
| | | | | | This dir is created at runtime via systemd-tmpfiles Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iptraf-ng: Create /var/log and /var/lib subdirs at runtimeKhem Raj2021-11-042-1/+2
| | | | | | | This ensures that /var can be empty during build and populated only at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: Fix licensesAndreas Müller2021-11-041-2/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Add libhandy to DEPENDSAndreas Müller2021-11-041-0/+1
| | | | | | | | If gnome-control-center does not find libhandy, it installs one. This leads to clash in do_rootfs. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Make sure a file needed by opensafd.service is not removedPeter Kjellerstedt2021-11-041-4/+8
| | | | | | | | | | | | | Rename /etc/init.d/opensafd to /usr/lib/opensaf/opensafd-init as it is needed by opensafd.service, but /etc/init.d is removed by systemd.bbclass if sysvinit is not in DISTRO_FEATURES. Note that this will not actually make the initscript and service file work since they depend on /lib/lsb/init-functions, which does not exist since the lsb recipe was removed from OE-Core. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-03457-474/+474
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Create /var/log/opensaf/saflog in runtimePeter Kjellerstedt2021-11-031-0/+14
| | | | | | | | | /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Create /var/log/mongodb in runtimePeter Kjellerstedt2021-11-031-3/+11
| | | | | | | | | /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: A little clean upPeter Kjellerstedt2021-11-031-31/+26
| | | | | | | | This cleans up whitespace, and avoids using ${...} for shell variables. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Create /var/log/openflow in runtimePeter Kjellerstedt2021-11-031-0/+18
| | | | | | | | | /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atop: Do not install the /var/log/atop directoryPeter Kjellerstedt2021-11-031-0/+4
| | | | | | | | | | | /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. /var/log/atop will be created in runtime. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: Do not install /var/logPeter Kjellerstedt2021-11-031-2/+2
| | | | | | | Previously it installed an empty /var/log without anything in it. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: Do not install the /var/log/cluster directoryPeter Kjellerstedt2021-11-031-1/+2
| | | | | | | | | | | | | | /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. /var/log/cluster will be created in runtime. This also drops the removal of the /var/run directory as it is no longer created in the first place. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: Clean up leftover support for qdevice and qnetdPeter Kjellerstedt2021-11-031-15/+3
| | | | | | | | These features were removed in commit 5c051f84 (corosync: Update to 3.0.3), but some code still remained. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Bump sdbus-c++ to version v1.0.0Stanislav Angelovic2021-11-035-94/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lv-lib-png: Lint recipePhilippe Coval2021-11-031-9/+6
| | | | | Signed-off-by: Philippe Coval <philippe.coval@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjs-jquery-globalize: Use a proper SHA in SRCREV instead of tagKhem Raj2021-11-031-1/+2
| | | | | | Use https for git protocol Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: Fix REQUIRED_DISTRO_FEATURES broken by adding introspectionAndreas Müller2021-11-031-3/+1
| | | | | | | To avoid happening again: Have one line with REQUIRED_DISTRO_FEATURES only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: upgrade 2.0.26 -> 2.0.33Michael Vetter2021-11-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14wangmy2021-11-031-1/+1
| | | | | | | | | | 0.14 2021-10-28T15:35:02Z macOS: check dylib exists in library paths (PR#11) backport from Net::SSLeay 1.91_01 (PR#10) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh: use https instead of git in SRC_URIYi Zhao2021-11-031-1/+1
| | | | | | | | | | | | | Set protocol to https as the git protocol doesn't work for this repo: $ git clone git://git.libssh.org/projects/libssh.git Cloning into 'libssh'... fatal: unable to connect to git.libssh.org: git.libssh.org[0: 78.46.21.5]: errno=Connection timed out git.libssh.org[1: 2a01:4f8:201:2294::2]: errno=Network is unreachable Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: upgrade 1.41.0 -> 1.41.1wangmy2021-11-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.17.2 -> 1.18.1wangmy2021-11-031-1/+1
| | | | | | | | | | | c-ares version 1.18.1 - Oct 27 2021 Bug fixes: ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses rather than the sizeof(struct sockaddr_in6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 2.18.1 -> 2.18.2wangmy2021-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.18.2, 2021-10-25 Avoid using short exponents when encrypting in ElGamal, as some PGP implementations generate keys with parameters that are weak when short exponents are used (GH #2794) Fix a low risk OAEP decryption side channel (GH #2797) Work around a miscompilation of SHA-3 caused by a bug in Clang 12 and XCode 13. (GH #2826) Remove support in OpenSSL provider for algorithms which are disabled by default in OpenSSL 3.0 (GH #2823, #2814) Add CI based on GitHub actions to replace Travis CI (GH #2632) Fix the online OCSP test, as the certificate involved had expired. (GH #2799) Fix some test failures induced by the expiration of the trust root "DST Root CA X3" (GH #2820) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>