summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* protobuf-c: bump to next release to support protobuf 4.23.xClément Péron2023-09-273-385/+27
| | | | | Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 4.22.2 -> 4.23.4Clément Péron2023-09-272-75/+10
| | | | | | | Bump protobuf to 4.23.4 to fix build with musl. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devtools: grpc: bump to 1.56.2Clément Péron2023-09-274-241/+2
| | | | | | | | | | | Remove merged patch that export plugin to a separate targets Remove no more applicatable patch Remove CVE patch already present Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: add support of protobuf 4.22.xXiangyu Chen2023-09-273-1/+467
| | | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.21.12 -> 4.22.2Xiangyu Chen2023-09-272-9/+17
| | | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: upgrade 0.14.3 -> 0.15.3Clément Péron2023-09-271-1/+1
| | | | | Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosh: add support of protobuf 4.22.xXiangyu Chen2023-09-272-2/+68
| | | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Upgrade 102.15.0 -> 102.15.1Markus Volk2023-09-271-1/+1
| | | | | | | This fixes a possible segfault in polkit Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-102: Remove the buildpathMingli Yu2023-09-271-0/+2
| | | | | | | | | Fixes: WARNING: mozjs-102-102.9.0-r0 do_package_qa: QA Issue: File /usr/src/debug/mozjs-102/102.9.0-r0/intl/components/Unified_cpp_intl_components4.cpp in package mozjs-102-src contains reference to TMPDIR File /usr/src/debug/mozjs-102/102.9.0-r0/intl/components/Unified_cpp_intl_components0.cpp in package mozjs-102-src contains reference to TMPDIR Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: update version 3.6.0 -> 3.9.0Derek Straka2023-09-271-5/+2
| | | | | | | | Removed unneeded UPSTREAM_* variables Verified license terms and updated location Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja-syntax: Fix upstream check by specifying the ↵Derek Straka2023-09-271-0/+2
| | | | | | | UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-idna-ssl: Fix upstream check by specifying the UPSTREAM_CHECK_URI ↵Derek Straka2023-09-272-17/+17
| | | | | | | | | and UPSTREAM_CHECK_REGEX Consolidated inc into the recipe to remove a unneeded layer of indirection Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-babel: update version 2.0.0 -> 3.1.0Derek Straka2023-09-271-4/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: Fix upstream check by specifying the ↵Derek Straka2023-09-271-0/+3
| | | | | | | UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: stage protoc binary to sysrootSamuli Piippo2023-09-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | If protoc is enabled for the build, recipes using protobuf will fail when protoc is not available in the recipe sysroot: | The imported target "protobuf::protoc" references the file | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/protoc-3.21.5.0" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Use SYSROOT_DIRS to stage the binary to sysroot so it's always available for other recipes. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: update version 25.0.0 -> 25.1.1Derek Straka2023-09-271-4/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xxhash: update version 3.2.0 -> 3.3.0Derek Straka2023-09-271-2/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: update version 5.9.0 -> 5.10.1Derek Straka2023-09-271-2/+2
| | | | | | | Update license file location, verify BSD license still applies, and update checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: update version 5.0.0 -> 5.0.1Derek Straka2023-09-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproject-api: update version 1.5.1 -> 1.6.1Derek Straka2023-09-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: update version 3.6.0 -> 3.6.1Derek Straka2023-09-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pynetlinux: Fix patch upstream-statusKhem Raj2023-09-271-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybluez: Fix patch upstream-statusKhem Raj2023-09-271-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-isodateSamantha Jalabert2023-09-261-14/+0
| | | | | | | | python3-isodate recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-clickSamantha Jalabert2023-09-262-42/+0
| | | | | | | | python3-click recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-booleanpySamantha Jalabert2023-09-261-13/+0
| | | | | | | | python3-booleanpy recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-xmltodictSamantha Jalabert2023-09-262-32/+0
| | | | | | | | python3-xmltodict recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-license-expressionSamantha Jalabert2023-09-262-39/+0
| | | | | | | | python3-license-expression recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-rdflibSamantha Jalabert2023-09-261-19/+0
| | | | | | | | python3-rdflib recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymysql: update verion 1.0.2 -> 1.1.0Derek Straka2023-09-261-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymysql: Fix upstream check by specifying the UPSTREAM_CHECK_URI and ↵Derek Straka2023-09-261-0/+3
| | | | | | | UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyiface: Update version from git -> 0.0.11Derek Straka2023-09-261-11/+5
| | | | | | | | Reorganize recipe to follow recipe style guide Migrate to release version (No functional change from latest git version) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyasn1-modules: Update version 0.2.8 -> 0.3.0Derek Straka2023-09-261-3/+4
| | | | | | | Verified license is still BSD and updated the checksum for spacing change Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhamcrest: Fix upstream check by specifying the UPSTREAM_CHECK_URI ↵Derek Straka2023-09-261-0/+3
| | | | | | | and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Update version 1.10.7 -> 2.4.1Derek Straka2023-09-261-3/+5
| | | | | | | | | | | | | | | Update build to use hatchling Add dependency for README generation Verify the license terms and update the checksum Note from upstream ======= Pydantic V2 is a ground-up rewrite that offers many new features, performance improvements, and some breaking changes compared to Pydantic V1. If you're using Pydantic V1 you may want to look at the pydantic V1.10 Documentation or, 1.10.X-fixes git branch. Pydantic V2 also ships with the latest version of Pydantic V1 built in so that you can incrementally upgrade your code base and projects: from pydantic import v1 as pydantic_v1. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-async-timeout: remove old version of the libraryDerek Straka2023-09-261-18/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: Update version 0.29.3 -> 0.29.4Derek Straka2023-09-261-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apiflask: Update version 2.0.1 -> 2.0.2Derek Straka2023-09-261-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Fix buildpaths in generated cmake filesKhem Raj2023-09-261-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Fix build with boost 1.80+Khem Raj2023-09-262-4/+33
| | | | | | | | Update to latest on 0.13.0 release branch Set PR to 0.13.0 Drop unused SRC_URI checksum Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gupnp: fix build with meson-1.2.0Martin Jansa2023-09-262-0/+26
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyu2f: add recipeMichał Iwanicki2023-09-261-0/+20
| | | | | Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: reduce size of -dbg packageRoss Burton2023-09-261-0/+3
| | | | | | | | | | | | | | | | | | Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the debug symbols Level 1 produces minimal information, enough for making backtraces in parts of the program that you don't plan to debug. This includes descriptions of functions and external variables, and line number tables, but no information about local variables. This makes the sstate objects a lot more manageable, and packaging faster. Based on - https://patchwork.yoctoproject.org/project/oe-core/patch/20230925113508.1087898-1-ross.burton@arm.com/ Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.17 -> 2.0.18Gianfranco Costamagna2023-09-263-1/+51
| | | | | | | Add two patches from Debian, pull requests proposed upstream as 2894 and 2895 to make it start only when board is online, and to fix dynamic websockets link failure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: Apply autoconf tuple mismatch fixKhem Raj2023-09-252-5/+21
| | | | | | | Fixes DEBUG: | Invalid configuration `riscv64gc-yoe-linux-gnu': machine `riscv64gc-yoe' not recognized Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Upgrade 2.9.4 -> 2.10.1Markus Volk2023-09-242-2/+53
| | | | | | | - add a patch to fix reproducibility issues Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: Upgrade 2.28 -> 3.03Markus Volk2023-09-241-10/+5
| | | | | | | | - delete removed configure options - add dependency on libnvme Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: Upgrade 6.4.0 -> 6.8.0Markus Volk2023-09-241-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: Upgrade 44.2 -> 46.1Markus Volk2023-09-244-25/+51
| | | | | | | | | | - add recipes for libedit-amtk and libgedit-gtksourceview - drop deprecated amtk recipe - update dependencies - fix reproducibility issue Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Nautilus: Upgrade 44.2.1 -> 45.0Markus Volk2023-09-232-51/+5
| | | | | | | | | | - remove the patch to fix reproducibility. It was partly committed upstream but theres still one include with buildpath left in src/nautilus-enum-types.c and @basename@ instead of @filename@ doesn't work here -> use sed to remove Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>