summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* upower: upgrade 0.99.11 -> 0.99.13Andreas Müller2021-11-031-6/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 3.36.3 -> 41.0Andreas Müller2021-11-032-56/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 3.34.6 -> 41.0Andreas Müller2021-11-032-83/+10
| | | | | | | | | Most notable: * Wayland is manadatory * Patch removed was applied Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.58.8 -> 1.70.0Andreas Müller2021-11-036-152/+122
| | | | | | | License checked: Still MIT and LGPLv2+ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4: initial add 4.4.0Andreas Müller2021-11-031-0/+139
| | | | | | | | | | | | | * It is a hard dependency for gnome-shell 41 * Final destination for this recipe should be oe-core but start it here first: * Some dependencies (graphene / sassc-native) are not in oe-core yet * In meta-gnome gtk4 recipe can mature: The initial recipe focuses on target build and make consumers of gtk4 happy * The native gtk4-update-icon-cache wrapper dance is missing * Missing nativesdk (added a comment why) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: Tidy up recipe a bitAndreas Müller2021-11-031-4/+1
| | | | | | | | | * remove md5 checksum * adjust comment * remove commented DEPENDS Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: extend to native and nativesdkAndreas Müller2021-11-031-0/+2
| | | | | | | Upcoming gtk4 supports native / nativesdk and it depends on graphene Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: enable introspection by default - gtk4 & mutter 41 require itAndreas Müller2021-11-031-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: Pass C/C++ flags to js configureKhem Raj2021-11-031-1/+4
| | | | | | | | | | On mips ensure -fpie is passed when using clang compiler, this fixes configure issues e.g. /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux/mozjs-78/78.15.0-r0/recipe-sysroot-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: non-dynamic relocations refer to dynamic symbol localtime_r@@GLIBC_2.0 /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux/mozjs-78/78.15.0-r0/recipe-sysroot-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: failed to set dynamic section sizes: bad value Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: Set X lib/include pathsKhem Raj2021-11-031-1/+2
| | | | | | | | | | | | | mozjs does not really use X but arcane autoconf 2.13 means its poking at build host for X headers and libraries. On build hosts where X is installed this results in wrong paths being searched for target X headers, this gets caught by configure QA and it fails ERROR: mozjs-78-78.15.0-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] ERROR: mozjs-78-78.15.0-r0 do_configure: Fatal QA errors were found, failing task. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: Check for big-endian icu data file existence before creating itKhem Raj2021-11-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: Initial addAndreas Müller2021-11-0313-0/+923
| | | | | | | | | | | | | | | * Did not get rid of checks using llvm-objdump. So depend either llvm-native from oe-core or clang-native from meta-clang * Unfortunately we still need python3-six(-native) although firefox ships a version in third_party. If somebody more clever than me can solve this, mozjs-78 can be moved out of dynamic-layers * Get rid of erroneous dependency trying to satisfy llvm_objdump It was tested improperly so configure faile for meta-clang not in layers It is not necessary for building js only - see mozjs-91 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-91: remove static libraryAndreas Müller2021-11-031-5/+5
| | | | | | | | | * it is a huge chunk of 1.2GB * it is not used * it conflicts with other versions of mozjs since there is no version in name Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Adjust to mozjs-91 in DEPENDSAndreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Rename mozjs -> mozjs-91 to allow multiple versions of mozjsAndreas Müller2021-11-039-0/+0
| | | | | | | | * We need mozjs-78 for latest stable gjs * Other distros/packagers do same Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Move back to recipes-extended - no meta-python specifics requiredAndreas Müller2021-11-039-0/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fftw: remove unused patchAndreas Müller2021-11-031-9/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: upgrade 1.3.95 -> 1.4.1Andreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prctl: Use https protocol for git fetcherKhem Raj2021-11-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add python3-imgtoolKhem Raj2021-11-031-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-bidict: Upgrade 0.21.2 -> 0.21.4Leon Anavi2021-11-031-1/+1
| | | | | | | | | | | Upgrade to release 0.21.4: - Explicitly declare support for Python 3.10 as well as some minor internal improvements. 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-grpcio: upgrade 1.41.0 -> 1.41.1zhengruoqin2021-11-021-1/+1
| | | | | | | | | | This is release 1.41.0 (goat) of gRPC Core. For gRPC documentation, see grpc.io. 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-grpcio-tools: upgrade 1.41.0 -> 1.41.1zhengruoqin2021-11-021-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-engineio: upgrade 4.2.1 -> 4.3.0zhengruoqin2021-11-021-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-cycler: upgrade 0.10.0 -> 0.11.0zhengruoqin2021-11-021-2/+1
| | | | | | | | | | | | | | This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (#26) Added Cycler.__contains__, which adds support for in checks (#34) Wheels now includes the LICENSE file (#48) The sdist now includes the LICENSE (#58) and tests (#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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-coverage: upgrade 6.0.2 -> 6.1.1zhengruoqin2021-11-021-1/+1
| | | | | | | | | | | | | Fix: The sticky header on the HTML report didn’t work unless you had branch coverage enabled. This is now fixed: the sticky header works for everyone. Fix: When using explicitly declared namespace packages, the “already imported a file that will be measured” warning would be issued (issue 888). This is now fixed. 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-cantools: upgrade 36.4.0 -> 36.5.0zhengruoqin2021-11-021-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-imgtool: add recipeRoss Burton2021-11-022-0/+81
| | | | | | | | imgtool is part of MCUboot, used to sign images and manage keys. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* protobuf: Disable tailcall on mips/clangKhem Raj2021-11-012-0/+35
| | | | | | Clang13 crashes and lets workaround it for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: Upgrade to 3.19.1Khem Raj2021-11-011-1/+1
| | | | | | | Release details [1] [1] https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: update to 3.19.0Oleksandr Kravchuk2021-11-011-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh: Support building for native and nativesdkPeter Kjellerstedt2021-11-011-0/+2
| | | | | | | | Since libssh is now a dependency of cryptsetup, it needs to be buildable for the same cases as cryptsetup. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: Using the github.com release + upstream_check.Jan Vermaete2021-11-011-3/+5
| | | | | | | | | | | | * Moved to the release archives instead of git. * Added the UPSTREAM_CHECK_URI. Note that the latest version of netdata is 1.31.0. But this one doesn't compile on Linux in cross compilation. The next version should have the fix. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Use libc mmap() wrapper instead of calling __NR_mmap syscall directlyKhem Raj2021-11-012-1/+62
| | | | | | | Fixes build on arm and rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
* liburing: update to 2.1Oleksandr Kravchuk2021-11-013-95/+2
| | | | | | | Removed upstreamed patcches. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mtr: Explicitly use branch= in SRC_URIKhem Raj2021-11-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mtr: Fix build with ncurses 6.3+Khem Raj2021-11-012-1/+71
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tiptop: Fix build with ncurses 6.3+Khem Raj2021-11-012-1/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iptraf-ng: Upgrade to 1.2.1Khem Raj2021-11-015-82/+94
| | | | | | | | | | | Add patch to fix cross build Fix runtime with systemd Release notes https://github.com/iptraf-ng/iptraf-ng/releases/tag/v1.2.0 https://github.com/iptraf-ng/iptraf-ng/releases/tag/v1.2.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Fix build with ncurses 6.3+Khem Raj2021-11-012-0/+156
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmon: Upgrade to 16mKhem Raj2021-11-013-9/+183
| | | | | | Fix compile with ncurses 6.3+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcdio: Fix build with ncurses 6.3+Khem Raj2021-11-012-1/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bitwise: Fix build with latest ncurses 6.3+Khem Raj2021-11-012-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lv-drivers: Lint recipePhilippe Coval2021-11-011-16/+9
| | | | | Signed-off-by: Philippe Coval <philippe.coval@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unicode-ucd: set downloadfilename to include PVMartin Jansa2021-11-011-1/+1
| | | | | | | | | | * without this the UCD.zip is being reused for version 14 and 12 when changing the meta-oe branch resulting in: WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum mismatch for local file downloads/UCD.zip WARNING: unicode-ucd-12.1.0-r0 do_fetch: Renaming downloads/UCD.zip to downloads/UCD.zip_bad-checksum_033a5276b5d7af8844589f8e3482f3977a8385e71d107d375055465178c23600 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: fix build without scryptMartin Jansa2021-11-012-0/+39
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: fix hardcoded path for /lib/netplanYi Zhao2021-11-011-0/+2
| | | | | | | | | | The hardcoded path /lib/netplan causes a runtime error on multilib image: $ netplan try An error occurred: [Errno 2] No such file or directory: '/lib/netplan/generate' Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-qrcode: Upgrade 7.3 -> 7.3.1Leon Anavi2021-11-011-1/+1
| | | | | | | | | | Upgrade to release 7.3.1: - Improvements for embeded image 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-smpplib: upgrade 2.1.0 -> 2.2.0zangrc2021-11-012-24/+30
| | | | | | | | | | License-Update: README.md is modified as follows - client = smpplib.client.Client('example.com', SOMEPORTNUMBER) + client = smpplib.client.Client('example.com', SOMEPORTNUMBER, allow_unknown_opt_params=True) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pybind11: update to 2.8.1Oleksandr Kravchuk2021-11-011-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>