summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ntp: upgrade 4.2.8p16 -> 4.2.8p17Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | Changelog: =========== * [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at event_sync. * [Bug 3822] ntpd significantly delays first poll of servers specified by name. * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with 4.2.8p15 or earlier. * Add tests/libntp/digests.c to catch regressions reading keys file or with symmetric authentication digest output. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 44.2 -> 44.2.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: =========== * Hotfix for grid view bug introduced in 44.2, while gtk 4.10.4 is not released * Fix crash when closing tabs right after clicking Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.1.1 -> 4.1.2Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | Changelog: ========== with recent versions of LLVM/Clang different floating point values attribute on the same object Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbpoll: upgrade 1.5.0 -> 1.5.2Wang Mingyu2023-06-141-1/+1
| | | | | | | | | Changelog: ========== Fixes Remove FieldTalk trademark Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqb: upgrade 2.0.6 -> 2.0.7Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== lib: Fix some small bugs spotted by newest covscan (#471) ipc: Retry receiving credentials if the the message is short (#476) timer: Move state check to before time check (#479) tests: Close race condition in check_loop (#480) blackbox: fix potential overlow/memory corruption (#486) tests: Make ipc test more portable (#466) tests: cleanup the last of the empty directories (#467) doxygen2man: Fix function parameter alignment (#468) tests: Fix tests on FreeBSD-devel (#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (#482) tests: allow -j to work (#485) Update -version info for 2.0.7 Add --disable-tests option (#475) configure: Modernize configure.ac a bit (#470) spec: Migrate to SPDX license (#487) add simplified chinese readme (#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472) strlcpy: avoid compiler warning from strncpy (#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.1.13 -> 0.1.14Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Bugfixes: - Fix header includes - Fix prefix of LIBJCAT_CHECK_VERSION - Use project_source_root to fix building as a subproject Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libadwaita: upgrade 1.3.2 -> 1.3.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========= - Fix doc include path - AdwCarousel - Fix scrolling to a recently inserted item - AdwEntryRow - Fix accessibility - AdwPreferencesWindow - Fix markup handling when searching - AdwStyleManager - Fix get_for_display() annotation - AdwTabBar/AdwTabOverview - Fix dropping data onto tabs/thumbnails - Translation updates - Brazilian Portuguese - Slovak Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipcalc: upgrade 1.0.2 -> 1.0.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | Changelog: =========== - When --no-decorate is given the default output will include no colors (#28) - Correctly split networks with /31 (#25) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.76.0 -> 1.76.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gnome-shell crashes on exit in js::gc::Cell::storeBuffer * Memory leak with GError * GVariant return values leaked * GBytes's are leaked when passed as-is to a function * Transformated GValues are leaking temporary instances * GHash value infos are leaked * "flat" arrays of GObject's are leaked * Gjs console leaks invalid option errors * gjs can't print null Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230604.0 -> 6.0.20230611.0Wang Mingyu2023-06-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix build with lld linkerKhem Raj2023-06-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: Fix build with lld linkerKhem Raj2023-06-141-0/+2
| | | | | | | | | | | | | | | | lld flags errors when checking for --version-script linker option since the export file specifies symbols which do not exist during link, so in a way it is right, however bfd linker works fine and ignores this error. perhaps the meson check should be improved but until them lets add --undefined-version option to linker when using lld Fixes aarch64-yoe-linux-ld.lld: error: TOPDIR/build/tmp/work/cortexa72-cortexa53-crypto-mx8-yoe-linux/spice-gtk/0.42-r0/git/src/spice-glib-sym-file:1: unknown directive: spice_audio_get >>> spice_audio_get >>> ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix build errors found with lld linkerKhem Raj2023-06-142-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: Use bfd linker instead of lldKhem Raj2023-06-121-0/+2
| | | | | | | | | | | | | | | | lld linking fails | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_new(GtkOrientation, unsigned int, SensorsTachoStyle) | >>> referenced by actions.cc:143 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:143) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_set_color(_GtkSensorsTacho*, char const*) | >>> referenced by actions.cc:146 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:146) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | >>> referenced by callbacks.cc:197 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/callbacks.cc:197) | >>> xfce4_sensors-callbacks.o:(list_cell_color_edited_(_GtkCellRendererText*, char const*, char const*, xfce4::Ptr<t_sensors_dialog> const&)) | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: Fix build issues found with lld linkerKhem Raj2023-06-122-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* schroedinger: Fix building testsKhem Raj2023-06-122-0/+44
| | | | | | | lld finds out this error where _orc_code_orc_deinterleave2_s16 is needed but is not linked into a testcase wavelet_max_gain Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: drop explicite ARM_INSTRUCTION_SETMichael Heimpold2023-06-121-9/+0
| | | | | | | | | | | | | | | If my git skills don't trick me, forcing ARM mode for PHP dates back to year 2015 with commit e836f8f93. I wondered whether the compile problem still persists and just tested that it compiles fine for qemuarm nowaydays. I also tested the binaries on a physical device, a NXP iMX6ULL based one, and did not notice any problems so far. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stopit: add missing run-time dependenciesAdrian Zaharia2023-06-121-0/+4
| | | | | | | | | | | | The stopit package needs setuptools python module so add it to RDEPENDS. This fixes: File "/usr/lib64/python3.9/site-packages/stopit/__init__.py", line 10, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2023.04.12 releaseKhem Raj2023-06-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: Demand BFD linker explicitlyKhem Raj2023-06-111-0/+2
| | | | | | | | | | | | Default ld on OE could be either gold/bfd/lld, here its assuming ld to ld.bfd which is not right assumption when it really should ask for BFD linker since its relying on its options see src/ply/Makefile.am $(LD) -r -b binary -o $(abs_builddir)/self-test.o self-test.sh Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: point to the native protobuf compiler binaryDenys Dmytriyenko2023-06-081-0/+1
| | | | | | | | | | | Latest version of grpc fails to build nativesdk variant since it finds and tries to execute protoc binary from nativesdk-protobuf instead of protobuf-native. Shortcut the detection logic by pointing to the correct version of protoc binary in native sysroot. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: add pahole to NON_MULTILIB_RECIPESXiangyu Chen2023-06-081-1/+1
| | | | | | | | pahole need to line up with kernel's architectures bitsize, so add it to NON_MULTILIB_RECIPES. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: Upgrade to 4.1.1Zoltán Böszörményi2023-06-082-58/+67
| | | | | | | | | | | | | | | | | | | mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by default to keep the current minimalistic build. Remove configuration options that don't exist in the new version. Fix TMPDIR being emitted into binaries and scripts like mpicc and mpicxx Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: add libgpiod-tools to RRECOMMENDSEnguerrand de Ribaucourt2023-06-081-0/+2
| | | | | | | | The cukinia statement `cukinia_gpio_libgpiod` requires the `gpioinfo` command. Alternatively, the deprecated sysfs GPIO API can be used with `cukinia_gpio_sysfs`. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: inherit allarchEnguerrand de Ribaucourt2023-06-081-0/+2
| | | | | | | | The recipe installs a shell script which does not depend on the architecture. Inheriting allarch will make sure that the recipe is built only once accross different architectures. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: upgrade 0.6.1 -> 0.6.2Enguerrand de Ribaucourt2023-06-081-1/+1
| | | | | | | | Changes: cukinia: add /proc/cmdline parameter check cukinia: add test suite and class to csv cukinia: add kernel config check in boot partition Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: remove trailing whitespacesEnguerrand de Ribaucourt2023-06-081-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: do not pull in unneeded perl modules for run-time dependenciesBeniamin Sandu2023-06-081-2/+3
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Correct the packaging of /usr/share/glog/cmake/FindUnwind.cmakePeter Kjellerstedt2023-06-081-0/+2
| | | | | | | It belongs in the glog-dev package. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.0.18 -> 0.0.19Etienne Cordonnier2023-06-072-336/+354
| | | | | | | | Note: the removal of "name=XXX" in the crates.inc file is normal and due to a change in cargo-update-recipe-crates.bbclass in poky. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Add stopitAdrian Zaharia2023-06-072-0/+34
| | | | | | | | | | | | | stopit is a library to raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/glenfant/stopit/blob/master/LICENSE Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python-ptest-fast-image: Do not run python3-pytest-mock ptestsKhem Raj2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | These ptests fail as of now. ============================================================================================================== Failed test cases (sorted by testseries, ID) ============================================================================================================== -------------------------------------------------------------------------------------------------------------- testseries | result_id : oeqa | runtime_meta-python-ptest-image-python3-pytest-mock_qemux86-64_20230606201650 ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_args_with_introspection ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_kwargs_with_introspection ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_detailed_introspection_async ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_plain_stopall ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_class_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_module_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_package_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_session_scope -------------------------------------------------------------------------------------------------------------- Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-padaos: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oslash: add missing run-time dependenciesBartosz Golaszewski2023-06-061-2/+3
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nmap: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja-syntax: new packageBartosz Golaszewski2023-06-061-0/+10
| | | | | | | | Add a recipe for ninja-syntax - a package that allows to use all features of python3-ninja. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: stop using PYTHON_PNBartosz Golaszewski2023-06-061-2/+2
| | | | | | | We no longer support python2 so switch to using python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msm: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+8
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy: new recipeBartosz Golaszewski2023-06-061-0/+8
| | | | | | | | Add a recipe for python3-lazy - a package on which python3-msm run-time depends but which dependency is not satisfied by meta-python. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msm: fix coding styleBartosz Golaszewski2023-06-061-3/+3
| | | | | | | | Order run-time dependencies alphabetically and add some whitespaces for consistency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lockfile: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-linux-procfs: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-libevdev: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kconfiglib: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jstyleson: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcclient: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+3
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpath-rw: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pefile: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>