summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* freerdp: upgrade 2.6.1 -> 2.7.0wangmy2022-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Noteworthy changes: Backported OpenSSL3 gateway support (#7822) Backported various NTLM fixes Backported WINPR_ASSERT to ease future backports Fixed issues: Backported #6786: Use /network:auto by default Backported #7714: Workaround for broken surface frame marker Backported #7733: Support 10bit X11 color (BGRX32 only) Backported #7745: GFX progressive double free Backported #7808: Disable websockets with /gt:rpc Backported #7815: RAIL expect LOGON_MSG_SESSION_CONTINUE Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.32 -> 6.1.34Gianfranco Costamagna2022-05-061-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devmem2: update SRC_URI according to redirectMichael Opdenacker2022-05-061-1/+1
| | | | | | | http://www.free-electrons.com now redirects to https://bootlin.com Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devmem2: add support for different page sizesDenys Dmytriyenko2022-05-052-1/+38
| | | | | | | | Instead of hardcoding 4K page size, query the system and use the value for memory mapping. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devmem2: reinstate previous patches, removed by mistakeDenys Dmytriyenko2022-05-053-1/+163
| | | | | | | This reverts commit 5e8f4720aaa3da7350ead06959cae0492133cd61. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Upgrade 2.5.9 -> 2.5.12Jiaqing Zhao2022-05-041-3/+2
| | | | | | License-Update: Copyright year updated to 2022 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Remove libgcrypt dependencyJiaqing Zhao2022-05-042-17/+1
| | | | | | | Since OpenLDAP 2.5.0, it uses nettle instead of gcrypt. Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpulimit: introduce support for this packagePortia2022-05-022-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, cpulimit recipe is put under recipes-support. Binary will be installed by the recipe under /usr/sbin # cpulimit -h Usage: cpulimit [OPTIONS...] TARGET OPTIONS -l, --limit=N percentage of cpu allowed from 0 to 100 (required) -v, --verbose show control statistics -z, --lazy exit if there is no target process, or if it dies -i, --include-children limit also the children processes -h, --help display this help and exit TARGET must be exactly one of these: -p, --pid=N pid of the process (implies -z) -e, --exe=FILE name of the executable program file or path name COMMAND [ARGS] run this command and limit it (implies -z) Report bugs to <marlon...@hotmail.com>. Signed-off-by: Bassem Boubaker <bassem.boubaker@actia.fr> [ Changes by Portia - Fix build issue, deprecated and missing includes - Add branch to git repo in SRC_URI - Update LICENSE to GPL-2.0-or-later ] Signed-off-by: Portia <stephensportia@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Enable for glibc/ppcKhem Raj2022-04-301-3/+3
| | | | | | The error is not observed with glibc latest clang 14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockdev: Drop cumulative debian patchKhem Raj2022-04-262-7/+33
| | | | | | | | | | This patch is essentially defines MAXPATHLEN which no longer is problem with latest glibc or musl define MAJOR/MINOR for non-glibc case Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Marta Rybczynska <marta.rybczynska@huawei.com>
* links: upgrade to 2.26wangmy2022-04-252-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: =========== Fix a display glitch if the list is empty and the user presses '*' Add a possibility to pass gopher:// URLs to an external program Updated the German translation Updated the initial bookmarks Fix a bug when form submit url contained '#' Support WEBP images Support DNS-over-HTTPS Try multiple IPv4 addresses on systems that don't have getaddrinfo Handle the "TD" tag outside "TR" the same way as in other browsers Make it possible to bind a socket to a network interface It could be activated by specifying interface name in the "Bind to local IP address" box Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gradm: Upgrade to 3.1-202111052217Khem Raj2022-04-252-2/+72
| | | | | | Fix build when using usrmerge distro features Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Support building for nativePeter Kjellerstedt2022-04-211-0/+4
| | | | | | | | | | | | * Disable RUN_GPERF_IF_PRESENT. Otherwise cmake will look for gperf. For target, it will not find it and proceeds to use the pregenerated files. However, for native it finds `/usr/bin/gperf`, but then tries to run `gperf` instead, which fails since it is not in hosttools. * Disable ENABLE_CPP for native. Otherwise it needs iconv, which it cannot find. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Fix build with gcc-12 on ppc64Khem Raj2022-04-202-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.11.1 -> 1.11.2Andrej Valek2022-04-191-1/+1
| | | | | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Link libatomics with gcc as wellKhem Raj2022-04-191-2/+2
| | | | | | | | | Since gcc-12, gcc is also emitting calls to 64bit atomics Fixes unittests/CMakeFiles/test_atomic.dir/atomic.cpp.o:/usr/include/c++/12.0.1/atomic:285: more undefined references to `__atomic_load_8' follow collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clinfo: Upgrade 2.2.18.04.06 -> 3.0.21.02.21Suhrid_S2022-04-151-1/+1
| | | | | | | | | clinfo 2.2.18.04.06 released April 2018 does not show correct information pertaining to OpenCL 3.0 released Sept 2020. It shows version as `2.0` or `2.2` in systems with OpenCL 3.0. This upgrade fixes it. Signed-off-by: Suhrid_S <suhrid.subramaniam@mediatek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unixodbc: upgrade 2.3.7 -> 2.3.9wangmy2022-04-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Add configure support for editline * SQLDriversW was ignoring user config * SQLDataSources Fix termination character * Fix for pooling seg fault * Make calling SQLSetStmtAttrW call the W function in the driver if its there * Try and fix race condition clearing system odbc.ini file * Remove trailing space from isql/iusql SQL * When setting connection attributes set before connect also check if the W entry points can be used * Try calling the W error functions first if available in the driver * Add iconvperdriver configure option to allow calling unicode_setup in SQLAllocHandle * iconv handles was being lost when reusing pooled connection * Catch null copy in iniPropertyInsert * Fix a few leaks * Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.5.8 -> 1.6.0wangmy2022-04-141-1/+1
| | | | | | | | | | | | | Changelog: ========= - 48 new ATRs - pcsc_scan: drastically reduce the number of SCardGetStatusChange() calls faster spinning animation handle Ctrl-C on macOS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnulib: Do not use git operations to install the sourcesKhem Raj2022-04-131-7/+4
| | | | | | | | | | | | | | | | git operations have started to fail with errors like | fatal: unsafe repository ('/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git' is owned by someon e else) | To add an exception for this directory, call: | | git config --global --add safe.directory /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git This is after git has fixed a CVE in 2.35+ see [1] [1] https://github.com/actions/checkout/issues/760 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: Disable examplesKhem Raj2022-04-131-1/+2
| | | | | | They fail to build with gcc 12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.357 -> 0.358wangmy2022-04-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.10.1 -> 0.11.2wangmy2022-04-112-32/+3
| | | | | | | | | | | | | | | Changelog: ========== 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch removed since it's included in 0.11.2 hidraw: hid_get_input_report implementation for kernels that supports it (#351); windows: several improvements and bugfixes (#348, #360, #361); libusb: fix potential crash when libusb_detach_kernel_driver fails (#363) general: documentation improvements; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Disable on ppc/ppc64Khem Raj2022-04-101-0/+4
| | | | | | It does not support 128-bit long doubles Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Link in libatomic on rv32 for ptestsKhem Raj2022-04-101-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libotr: Include missing sys/socket.h headerKhem Raj2022-04-102-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: build fixAdrian Freihofer2022-04-071-1/+1
| | | | | | | | | | build failed with: ln: failed to create symbolic link '...srecord-1.64/configure.ac': File exists As expected, the existing file was a symlink pointing to etc/configure.ac Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: update SRC_URIMinjae Kim2022-04-061-1/+1
| | | | | | | | The git repo for multipath-tools was changed, so update the SRC_URI accordingly with the new link. Signed-off-by:Minjae Kim <flowergom@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.03.0 -> 22.04.0wangmy2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= core: * Fix underline sometimes being drawn only partially * Fix Adobe Reader not reading some of the contents we write correctly * Fix code that workarounds some broken-ish files * FoFiTrueType: Parse CFF2 fonts too * FoFiTrueType: Support cmap types 2 and 13 * Fix a few small memory leaks * code improvements qt: * Handle SaveAs named action * Annotations: don't change the text color when changing the font utils: * pdftotext: print creation and modification date when using htmlmeta param glib: * Fix returning internal data of temporary strings cpp: * Fix code incompatibility with MSVC build system: * poppler internal library is no longer forced to static on MSVC * Error out if iconv is not available and the cpp frontend is enabled * Require FreeType 2.8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ceres-solver: upgrade 2.0.0 -> 2.1.0wangmy2022-04-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: fix location of udev-rules with sysvinitAndreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | UPower automatically detects location of udev-rules by asking udev's pkgconfig variable 'udev_dir' and appending 'rules.d'. This does not work for non systemd's udev: | Files/directories were installed but not shipped in any package: | /usr/rules.d | /usr/rules.d/95-upower-hid.rules | /usr/rules.d/95-upower-wup.rules To avoid, set udevrulesdir explicitly for non-systemd builds. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: upgrade 0.99.13 -> 0.99.17 / build with mesomAndreas Müller2022-04-062-38/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port to meson turned into total overhaul of recipe Version 0.99.17 --------------- Released: 2022-03-09 Bug fixes: - Fix FD handling issues that may cause lid to not be detected Version 0.99.16 --------------- Released: 2022-02-23 Bug fixes: - Silence unnecessary udev event warnings - Increase test timeout (#171) - Explicitly link with plist - Fix UpClient reference leak - Fix DisplayDevice state on battery hotplug - Fix critical action to work after it was cancelled (#172) Version 0.99.15 --------------- Released: 2022-02-09 Bug fixes: - Various build fixes - Update bluetooth device alias when it changes (#169) No info for 0.99.14 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: fix compile errorKai Kang2022-03-312-1/+36
| | | | | | | | Fix compile error of mcelog if no /usr/bin/python exists on build machine. And adjust indent as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* idevicerestore: add recipePotin Lai2022-03-311-0/+17
| | | | | | | A command-line application to restore firmware files to iOS devices. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: correct slapd systemd service supportStefan Herbrechtsmeier2022-03-291-1/+2
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: remove header-only leftoverStefan Herbrechtsmeier2022-03-291-4/+0
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.31.0 -> 5.32.0Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stm32flash: upgrade 0.6 -> 0.7Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Disable cpu profiles for ppc/muslKhem Raj2022-03-261-1/+2
| | | | | | Enable heap profiler and heap checker for ppc64/musl as it works now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: Disable on musl/ppcKhem Raj2022-03-261-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Update to latest tip of trunkKhem Raj2022-03-262-2/+32
| | | | | | Install .pc file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: 1.1.4+git --> 1.1.5Christian Eggers2022-03-251-2/+2
| | | | | Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: update from 1.6.6 to 1.6.20Randy MacLeod2022-03-243-16/+34
| | | | | | | | | | | | | | Add the HOMEPAGE which isn't availabe via https and change the SRC_URI to use https. Drop the obsolete SRC_URI md5sum. Add ptest support. cksum is needed by the tests and it is currently not build for busybox so add coreutils as a ptest dependency. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: update from 175 to 180Randy MacLeod2022-03-242-40/+3
| | | | | | | | | | | The patch has been merged upstream so drop it: f922739 test: avoid the pfa test hang A LICENSE file was added, with the same terms, so update the file and checksum. Change the HOMEPAGE link to https. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: update from 3.31.2 to 3.26.1Randy MacLeod2022-03-243-87/+1
| | | | | | | | | Drop two patches that are upstream now: 90459087f scl: fix wrong ownership during installation c1054d3f6 python: s/python/python3/ shebang (exclude tests) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Use CMAKE_INSTALL_LIBDIR instead of hardcoding libKhem Raj2022-03-212-1/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Define libdir based on environment variableKhem Raj2022-03-211-2/+2
| | | | | | | default variable is set to hardcode 'lib' which may not be right for all platforms Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librdkafka: Use CMAKE_INSTALL_LIBDIRKhem Raj2022-03-212-1/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uim: Fix build with libtool 2.4.7Khem Raj2022-03-191-0/+3
| | | | | | | | | | | | | Delete old m4 macros, so autoreconf can repopulate it. Fixes libtool: Version mismatch error. This is libtool 2.4.7, but the libtool: definition of this LT_INIT comes from libtool 2.4.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.7 libtool: and run autoconf again. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: Fix build with libtool 2.4.7Khem Raj2022-03-191-0/+4
| | | | | | | | | | | | Delete old m4 macros, so autoreconf can repopulate it. Fixes libtool: Version mismatch error. This is libtool 2.4.7, but the libtool: definition of this LT_INIT comes from libtool 2.4.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.7 libtool: and run autoconf again. Signed-off-by: Khem Raj <raj.khem@gmail.com>