summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-hyperframe: Upgrade 5.2.0 -> 6.0.0Leon Anavi2020-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.0.0: API Changes (Backward-incompatible): - Introduce HyperframeError base exception class for all errors raised within hyperframe. - Change exception base class of UnknownFrameError to HyperframeError - Change exception base class of InvalidPaddingError to HyperframeError - Change exception base class of InvalidFrameError to HyperframeError - Invalid frames with wrong stream id (zero vs. non-zero) now raise InvalidDataError. - Invalid SETTINGS frames (non-empty but ACK) now raise InvalidDataError. - Invalid ALTSVC frames with non-bytestring field or origin now raise InvalidDataError. API Changes (Backward-compatible) - Deprecate total_padding - use pad_length instead. - Improve repr() output for all frame classes. - Introduce Frame.explain(data) for quick introspection of raw data. Bugfixes - Fixed padding parsing for PushPromiseFrame. - Fixed unchecked frame length for PriorityFrame. It now correctly raises InvalidFrameError. - Fixed promised stream id validation for PushPromiseFrame. It now raises InvalidDataError. - Fixed unchecked frame length for WindowUpdateFrame. It now correctly raises InvalidFrameError. - Fixed window increment value range validation. It now raises InvalidDataError. - Fixed parsing of SettingsFrame with mutual exclusion of ACK flag and payload. Other Changes - Removed support for Python 2.7, 3.4, 3.5, pypy. - Added support for Python 3.8. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: advance SRCREV to fix two CVE'sSlater, Joseph2020-09-151-2/+4
| | | | | | | | | | | | Fix CVE-2020-15890 and CVE-2020-24372. Also change PV format because the reference to 2.1.0-beta3 was already far behind the SRCREV. Now, base PV on a tag and date of SRCREV commit if it is later. Sort order is 2.1.0~beta3 -> 2.1.0~beta-yymmdd -> 2.1.0 -> 2.1.0-yymmdd. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: add recipe for 3.1.1Trevor Gamblin2020-09-151-0/+14
| | | | | | | | meta-python only contains a recipe for django 2.2.x, so add a recipe file for the newest branch. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* consolation: Add recipeRobert Joslyn2020-09-132-0/+30
| | | | | | | | | | | | | Consolation is a daemon that provide copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library, Similar software include gpm and jamd. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.0.1Robert Joslyn2020-09-123-71/+7
| | | | | | | | | | | Remove patches that are no longer needed. Upstream development has moved to GitHub and homepage has moved. License remains GPLv2, but file changed due to whitespace removal. The --enable-proc setting was removed, so remove the PACKAGECONFIG. The config.h file does not exist in the repo, so it's no longer necessary to remove it before configure. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Update to 12.4Robert Joslyn2020-09-122-5/+2
| | | | | | | | | createlang, droplang, and the tsearch2 module were all removed in the 10.0 release. More details are in the release notes: https://www.postgresql.org/docs/10/release-10.html Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Add source-code-pro-fontsKhem Raj2020-09-121-1/+2
| | | | | | | | Make st conditional on x11 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
* geany: add source-code-pro-fonts to RRECOMMENDSAndreas Müller2020-09-121-0/+2
| | | | | | | Same: having source-code-pro-fonts around is like a bugfix Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: add source-code-pro-fonts to RRECOMMENDSAndreas Müller2020-09-121-0/+1
| | | | | | | Would call gedit almost unusable without source-code-pro-fonts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Initial add source-code-pro-fonts 2.030_1.050Andreas Müller2020-09-123-0/+47
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* st: fix indentationMartin Jansa2020-09-121-4/+2
| | | | | | | | * using combination of 4, 2 and 1 space for indentation in the same file sucks almost the same as tabs and spaces in the same file! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* st: add x11 to REQUIRED_DISTRO_FEATURES to suck lessMartin Jansa2020-09-121-1/+3
| | | | | | | | | | | | | * errors like: ERROR: Nothing PROVIDES 'libx11' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb DEPENDS on or otherwise requires it) ERROR: Nothing PROVIDES 'libxft' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb DEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'st' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb RDEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'libx11-locale' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb RDEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'st-dev' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb RDEPENDS on or otherwise requires it) in bitbake world suck Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 2.2.13 -> 2.2.16Trevor Gamblin2020-09-112-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of release notes from https://docs.djangoproject.com/en/2.2/releases/ 2.2.14 release notes: - Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation (#31654). 2.2.15 release notes: - Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie() (#31790). - Fixed crash when sending emails to addresses with display names longer than 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+ (#31784). 2.2.16 release notes: - Fixed CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ - Fixed CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ - Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked (#31866). - Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value (#31863). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Bump sdbus-c++ version to v0.8.3Stanislav Angelovic2020-09-113-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bb: Add cukinia to test packagegroupsKhem Raj2020-09-111-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: leckijakub <jakub.lecki@3mdeb.com>
* cukinia: new packageleckijakub2020-09-111-0/+19
| | | | | Signed-off-by: leckijakub <jakub.lecki@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: upgrade 4.3.2 -> 4.3.3Zang Ruochen2020-09-102-8/+15
| | | | | | | | Refresh the following patch: 0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: upgrade 1.7.0 -> 1.8.0Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.0.6 -> 6.0.7Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 20.08.0 -> 20.09.0Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2020.5 -> 2020.6Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhugetlbfs: upgrade 2.22 -> 2.23Zang Ruochen2020-09-102-44/+2
| | | | | | | | 0001-tests-add-explicit-permissions-to-open-call.patch Removed since this is included in 2.23 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.9 -> 2.11Zang Ruochen2020-09-101-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: upgrade 2.0.19 -> 2.0.20Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsoap: upgrade 2.0.105 -> 2.0.106Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.3.3 -> 2.3.4Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: upgrade 5.11.0 -> 5.12.0Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: upgrade 1.16.1 -> 1.18.0Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdnet: upgrade 1.12 -> 1.14Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cifs-utils: upgrade 6.10 -> 6.11Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 5.7.0 -> 5.8.0Zang Ruochen2020-09-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: use libexecdirDiego Rondini2020-09-101-7/+7
| | | | | | | | | | In oe-core commit: 2ce6ef29b9bb4f16ed9d78e166d455b7a6d968bf cups crossscripts have been fixed to report the correct serverbin folder, so backend, filters, etc, need to go in ${libexecdir} now. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libeigen: update SRC_URI to use gitlab gitDiego Rondini2020-09-101-4/+4
| | | | | | | | | Update SRC_URI to use gitlab git repository. As discussed here gitlab archive stability is not fully guaranteed, so repository is preferred: https://forum.gitlab.com/t/gitlab-release-tarball-stability/41888/3 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Support libselinux to build with musl which now has gettidKhem Raj2020-09-101-12/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Update 1.12.12 -> 1.14.2Fabio Berton2020-09-101-2/+1
| | | | | | | | | | Remove --enable-more-warnings from toolchain-clang. This option was removed in ModemManager commit [1]. [1] https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=1c078531a017358241a35475fb24f2bd65d501db Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: fix PACKAGES and default ptest recipe nameTrevor Gamblin2020-09-101-2/+1
| | | | | | | | | | Remove packagegroup-meta-python3-ptest from PACKAGES in packagegroup-meta-python.bb to fix QA issue, and change python3-cryptography to python3-cryptography-ptest in RDEPENDS_packagegroup-meta-python3-ptest to be consistent with how other ptest images list RDEPENDS. Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.2 -> 0.17.3Leon Anavi2020-09-101-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.3: - Fix an issue with the pure_eval integration in interaction with trimming where pure_eval would create a lot of useless local variables that then drown out the useful ones in trimming. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.4.2 -> 5.5.0Leon Anavi2020-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed: isort: off comment doesn't work, if it's the top comment in the file. - Fixed: reverse_relative setting doesn't have any effect when combined with force_sort_within_sections. - Fixed: --skip can error in the case of projects that contain recursive symlinks. - Fixed: ensure_newline_before_comments doesn't work if comment is at top of section and sections don't have lines between them. - Fixed: comments in imports with ";" can keep isort from recognizing import line. - Fixed: As imports removed when combine_star is set. - Fixed: --float-to-top has no effect if no import is already at the top. - Fixed: isort never settles on module docstring + add import. - Fixed: Error raised when repo contains circular symlinks. - Fixed: noqa comment is moved from star import to constant import. - Fixed: Incorrect placement of import additions. - Fixed: isort5 throws error when stdin used on Windows with deprecated args. - Added support for specifying config file when using git hook. - Added support for coloring diff output. - New multi-line grid mode without parentheses. - Extensive profile testing. - Proprety based testing applied to code snippets. - Create automated integration test that includes full code base of largest OpenSource isort users. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python-image,meta-python-ptest-image: Use python3 packagegroupsKhem Raj2020-09-102-3/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add new packagesKhem Raj2020-09-101-42/+428
| | | | | | | Reorganise entries per line Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* libcec: split the python example into a separate packageYann Dirson2020-09-101-3/+4
| | | | | | | | | It does not provide more functionality than the C-based examples, so is of little value on a target except for checking the python module is working. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: rename libcec-tools to libcec-examplesYann Dirson2020-09-101-4/+4
| | | | | | | | Those are really not general-usage tools, just examples of the API usage. Let's use a more explicit package name. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: build with Linux CEC APIYann Dirson2020-09-101-0/+4
| | | | | | | | | The Linux CEC API is available in linux-kernel-headers 4.10 and newer, and supported since libcec 5.0.0, though they still default to the legacy Raspberry Pi API. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: workaround wrong choice of PYTHON_PKG_DIR when building on DebianYann Dirson2020-09-102-0/+32
| | | | | | | | | As described in https://github.com/Pulse-Eight/libcec/issues/530 the cmake code looks at the host to make decisions about the target, and we can't even override this with a flag. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Update 1.26.0 -> 1.26.4Fabio Berton2020-09-101-2/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: Drop obsolete variable ONLINE_PACKAGE_MANAGEMENTOla X Nilsson2020-09-091-4/+0
| | | | | Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: Upgrade to 1.9Khem Raj2020-09-081-1/+1
| | | | | | Need this upgrade to work with ell >= 0.33 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Bumped to latest revision and added pkgconfig to enable gstreamerMadhavan Krishnan2020-09-081-3/+8
| | | | | | | | | Bumped to latest source revision of libcamera, and added packageconfig to enable the gstreamer during build, and to generate and install the gstreamer library. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: improve reproducibilityMingli Yu2020-09-081-0/+7
| | | | | | | | | | | | | Remove the build host info to improve reproducibility, otherwise there comes below detailed build host info when run below command on target. # python3 /usr/share/opencv4/samples/python/opencv_version.py --build [snip] Extra modules: Location (extra): /buildarea1/master-wr/build/User/customized_next/build/tmp/work/corei7-64-wrs-linux/opencv/4.3.0-r0/contrib/modules [snip] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* New terminal emulator: st 0.8.4Yann Dirson2020-09-082-0/+26
| | | | | | | | Can be used as a replacement for matchbox-terminal, with much less dependencies (does not need gtk and vte), and supports "-e" flag. Signed-off-by: Yann Dirson <yann@blade-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>