summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ufw: bump version to 0.36 and add servicesSilcet2021-05-0310-389/+140
| | | | | | | | | | | | | | | | | | | | | This commit brings the version of ufw up to 0.36 since version 0.33 had some problems: * The setup.py calls sed to replace some variables in the source code with the correct paths. However, this is done using a hardcoded path and conflicts with distutils * The python shebang was not properly corrected in setup.py, leading to a script that only run if there is a python symlink to python2 or python3 The first issue is addressed by the bump in version, while the second one is fixed in patch 0003 of the recipe. Also, the new version provides examples for systemd service and sysvinit scripts to autostart ufw. These are added into the recipe now. Signed-off-by: Silcet <camorga1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter/wayland: replace xserver-xorg-xwayland by xwayland in rdepAndreas Müller2021-05-031-1/+1
| | | | | | | | | | * xwayland is in better condition than xserver-xorg-xwayland * by default xserver-xorg does not set PACKAGECONFIG xwayland any more. So xserver-xorg-xwayland turns into an empty package and that causes trouble in do_rootfs. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: reduce priority slightly to avoid conflict with bashAndreas Müller2021-05-031-1/+1
| | | | | | | | [log_check] Warn: update-alternatives: sh has multiple providers with the same priority, please check /workdir/raspberrypi4_64-mortsgna-linux/allgui-dev-image/1.0-r0/rootfs/usr/lib/opkg/alternatives/sh for details Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: Upgrade to 0.37.1Khem Raj2021-05-037-53/+88
| | | | | | | | | | Unifiy .inc into .bb Add patches to fix issues with openssl 1.1.x Remove m2crypto-0.26.4-gcc_macros patch, its no longer needed Refresh existing patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* gegl: Update to 0.4.30Khem Raj2021-05-013-34/+30
| | | | | | | | Fix build on build hosts with OpenEXR 3.0 Drop SDL2 patch, its upstream in this version Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-settings: upgrade 4.16.0 -> 4.16.1Andreas Müller2021-04-301-1/+1
| | | | | | | | | | | | Release notes for 4.16.1 ======================== - display: Fix scale by rounding (Fixes #258) - Drop preferences-desktop-default-applications icon name - Also allocate terminating element - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.19.17 -> 1.19.18Andreas Müller2021-04-301-1/+1
| | | | | | | | | | | Changes: * Add zalsa_in/out as internal client (based on zita-a2j/j2a and jack1 code) * Fix jack_midi_dump deadlock on close after the jack server is restarted * Fix interrupt signal for linux futex waits * Log error message when cleaning previous DB (macOS and Windows) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proftpd: Update to 1.3.7a releaseAndrej Kozemcak2021-04-303-62/+49
| | | | | Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tk: adapt to potential pseudo changesMingli Yu2021-04-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It failed as below when rerun do_install for tk: $ bitbake tk $ bitbake tk -f -cinstall [snip] | NOTE: make -j 48 DESTDIR=/build/tmp/work/cortexa53-wrs-linux/tk/8.6.10-r0/image install | abort()ing pseudo client by server request. See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this. | Check logfile: /build/tmp/work/cortexa53-wrs-linux/tk/8.6.10-r0/pseudo//pseudo.log | Aborted (core dumped) By default the S is ${WORKDIR}/${BPN}-${PV}, but after unpack, the tk source [1] unpacked to ${WORKDIR}/${BPN}${PV} and all the files under ${WORKDIR}/${BPN}${PV} are acutally the source files. But the the main Makefile.in is under ${WORKDIR}/${BPN}${PV}/unix for tk, so there is below logic in tk recipe: S = "${WORKDIR}/${BPN}${PV}/unix" To adapt the potential pseudo changes, there is a general logic to exclude ${S} from pseudo database in base.bbclass [2] by default. That's to say, just the dir ${WORKDIR}/${BPN}${PV}/unix is excluded from the pseudo database for tk. But it's not enough for tk, we need to exclude the actual source dir ${WORKDIR}/${BPN}${PV} from pseudo database specifically to fix the above do_install failure. [1] https://downloads.sourceforge.net/tcl/tk8.6.0-src.tar.gz [2] https://git.openembedded.org/openembedded-core/tree/meta/classes/base.bbclass#n396 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-webserver: remove nostromo from pkg grpArmin Kuster2021-04-291-1/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nostromo: remove recipeArmin Kuster2021-04-296-301/+0
| | | | | | | | Hosting site seems to be dead so remove recipe. http://www.nazgul.ch Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: Fix build with GCC 11Khem Raj2021-04-298-60/+189
| | | | | | | Add patches to fix with c++17 Forward port musl patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: Deal with -ffile-prefix-mapKhem Raj2021-04-291-2/+2
| | | | | | | Filter out -ffile-prefix-map as well along with other -f*-prefix-map options Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort,proftpd,net-snmp: Deal with -ffile-prefix-map as wellKhem Raj2021-04-293-1/+4
| | | | | | | this is another option for reproducibility which can be used by compilers, and here consider processing it as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Disable PPC as COMPATIBLE_MACHINESaul Wold2021-04-291-0/+3
| | | | | | | | | | | | The latest version does not support PPC architecture, so disable the it. Otherwise the following error occurs: /srv/nvme/yocto/hardknott/builds/tbb/tmp/work/ppc7400-poky-linux/tbb/2021.2.0-r0/git/src/tbb/tools_api/ittnotify_config.h:338:12: error: '__TBB_machine_fetchadd4' was not declared in this scope 338 | return __TBB_machine_fetchadd4(ptr, 1) + 1L; | ^~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: fix do_package error when enabling user mergeChen Qi2021-04-291-1/+1
| | | | | | | | | | | | | When enabling user merge, we get the following error: ERROR: QA Issue: tigervnc: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/vncserver@.service Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.22.03 -> 6.22.04zhengruoqin2021-04-291-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdparm: upgrade 1.11 -> 1.12zhengruoqin2021-04-291-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2102.0 -> 8.2104.0zangrc2021-04-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: upgrade 2.1.52 -> 2.1.53zangrc2021-04-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debootstrap: upgrade 1.0.123 -> 1.0.124zangrc2021-04-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.4.4 -> 3.4.5zangrc2021-04-291-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openvpn: upgrade 2.5.1 -> 2.5.2zangrc2021-04-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.18 -> 6.4.19zangrc2021-04-291-2/+2
| | | | | | | | -License-Update: Change distribition to distribution. Specific permission is granted for the GPLed code in this distribution to be linked to OpenSSL without invoking GPL clause 2(b). Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babeld: upgrade 1.9.2 -> 1.10zangrc2021-04-291-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufw: fix python shebangSilcet2021-04-292-0/+58
| | | | | | | | | | | | | | | | | | [meta-openembedded ticket #327] -- https://github.com/openembedded/meta-openembedded/issues/327 The python version in the shebang at the begining of the ufw script should be the same one as the version the setup.py script was called with. The fix in patch "setup-only-make-one-reference-to-env.patch" depends on sys.executable returning "/usr/bin/env pythonX". However, it returns "/usr/bin/pythonX". Using sys.version_info we can get the major version of the python used to called the script and append that to the shebang line so it works as intended. Signed-off-by: Silcet <camorga1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nng: Upgrade 1.2.5 -> 1.4.0Reto Schneider2021-04-291-4/+7
| | | | | | | | | | | | License-Change: Update copyright years change to Staysail Systems, Inc https://github.com/nanomsg/nng/commit/ee0b44406d2b658886760ea08c0af12781ab7e3a#diff-d0ed4cc3fb70489fe51c7e0ac180cba2a7472124f9f9e9ae67b01a37fbd580b7 In contrast to 1.2.5, this recipe also builds and packages the nngcat tool. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: Upgrade 1.0.1 -> 1.1.0Leon Anavi2021-04-292-20/+17
| | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Remove bitbucket pipelines config and streamline setup.py - Update project URL - Update APIDOC config - Update tox config - Update python_requires and add sys.path('.') License-Update: Use the exact line from PKG-INFO. 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-pymisp: Upgrade 2.4.141.1 -> 2.4.142Leon Anavi2021-04-291-1/+1
| | | | | | | | | | Upgrade to release 2.4.142: - Support for correlation exclusion list 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-cachetools: Upgrade 4.2.1 -> 4.2.2Leon Anavi2021-04-291-2/+2
| | | | | | | | | | | | | | Upgrade to release 4.2.2: - Update build environment. - Remove Python 2 remnants. - Format code with Black. License-Update: Fix copyright 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>
* python3-arpeggio: Upgrade 1.10.1 -> 1.10.2Leon Anavi2021-04-291-1/+1
| | | | | | | | | | | | | Upgrade to release 1.10.2: - Added EditorConfig configuration - Fixed parsing of version from setup.py when global encoding isn't UTF-8 - Fix repetition termination on a successful empty separator match 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-astroid: Upgrade 2.5.3 -> 2.5.6Leon Anavi2021-04-291-2/+2
| | | | | | | | | | | | Upgrade to release 2.5.6: - Fix retro-compatibility issues with old version of pylint License-Update: Remove outdated COPYING and use LICENSE 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-zopeinterface: upgrade 5.3.0 -> 5.4.0zhengruoqin2021-04-291-1/+1
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-supervisor: upgrade 4.2.1 -> 4.2.2zhengruoqin2021-04-291-1/+1
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* tslib: add PACKAGECONFIG for evthres, one-wire-ts-inputJustin Standring2021-04-271-1/+3
| | | | | | | In configure.ac, evthres is enabled by default. Signed-off-by: Justin Standring <me@justinstandring.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdvdnav 6.1.1Persian Prince2021-04-271-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: upgrade 10.11 -> 10.12zhengruoqin2021-04-271-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markupsafe: Delete bbappendKhem Raj2021-04-261-12/+0
| | | | | | | | It was enabling ptests which is now on by default in OE-core for this version Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyyaml: DeleteKhem Raj2021-04-261-18/+0
| | | | | | | Its moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyyaml: Do not check for meta-pythonKhem Raj2021-04-261-1/+1
| | | | | | | Its in OE-core now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-jinja2_2.%.bbappend: DeleteKhem Raj2021-04-261-13/+0
| | | | | | | These changes are moved to OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-gnome-apps: Add gnome-disk-utility only if polkit is in ↵Khem Raj2021-04-261-2/+1
| | | | | | | DISTRO_FEATURES Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* sysprof: Enable sysprofd/libsysprof only when polkit in DISTRO_FEATURESKhem Raj2021-04-261-1/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* README: Make git send-email example workKhem Raj2021-04-261-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gnome-disk-utility: Require polkit in distro featuresKhem Raj2021-04-261-2/+1
| | | | | | | It has hard dependency on udisks2 which needs polkit suppport Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* libdevmapper,lvm2: Do not inherit licenseKhem Raj2021-04-261-3/+2
| | | | | | | | | | | | inheriting license class which brings in AVAILABLE_LICENSES into do_configure task checksums class since it wants to enable thin-provisioning-tools if distro allows GPL-3 automatically, but this brings issues when other layers which have additional licenses are provided which ends up in signature mismatches so leave that setting to end-user and keep it disabled by default with a comment in recipes stating that if needed then the user should enable it via config metadata or bbappends. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Match the name for AOM-Patent-License-1.0Khem Raj2021-04-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Require opengl distro featureKhem Raj2021-04-261-1/+3
| | | | | | | | | | | | | It has hard dependency on clutter-gtk-1.0 which needs opengl Fixes clutter-gtk-1.0 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libchamplain', 'clutter-gtk-1.0'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.9 -> 1.4.0Leon Anavi2021-04-261-1/+1
| | | | | | | | | | | Upgrade to release 1.4.0: - Add fix for issue for where a y_axis font rotation of 0 was ignored. 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-pytest-asyncio: Upgrade 0.14.0 -> 0.15.1Leon Anavi2021-04-261-2/+1
| | | | | | | | | | | | | | | | Upgrade to release 0.15.1: - Hotfix for errors while closing event loops while replacing them. - Add support for Python 3.9 - Abandon support for Python 3.5. If you still require support for Python 3.5, please use pytest-asyncio v0.14 or earlier. - Set unused_tcp_port_factory fixture scope to 'session'. - Properly close event loops when replacing them. 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>