summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* obconf: Add fixes for missing function prototypesKhem Raj2022-09-052-0/+95
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Fix pointer typecasting in assignmentKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Fix build with clang/muslKhem Raj2022-09-052-1/+107
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmtools: Update patch to include string.h and function prototype for mainKhem Raj2022-09-051-11/+27
| | | | | | Fixes build with clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: Fix build with clang15 and muslKhem Raj2022-09-053-0/+287
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-ssh-agent-auth: Fix __progname configure checkKhem Raj2022-09-052-0/+38
| | | | | | | This check needs to include stdio.h for printf() API to work otherwise test fails. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: Match reutrn type from RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUEKhem Raj2022-09-052-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Do not use uniform_int_distribution<char> templateKhem Raj2022-09-052-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tokyocabinet: Fix AC_CHECK_LIB test functionsKhem Raj2022-09-052-0/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: Fix AC_CHECK_LIB for gpg-errorKhem Raj2022-09-052-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: Fix AC_CHECK_LIB for libnettleKhem Raj2022-09-052-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix AC_CHECK_LIB tests for various librariesKhem Raj2022-09-052-0/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-plugin-ccreds: Fix AC_CHECK_LIB for libdbKhem Raj2022-09-052-1/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: Fix AC_CHECK_LIB for libwrapKhem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* epeg: Fix AC_CHECK_LIB for libjpeg and libexifKhem Raj2022-09-052-1/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: Upgrade to 6.2.2Khem Raj2022-09-052-2/+54
| | | | | | Fix build on musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: Fix msghdr initialization on muslKhem Raj2022-09-052-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: Add patch to fix typo including string.h headerKhem Raj2022-09-0515-0/+28
| | | | | | Move all patches under one directory, to keep it simple Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: Do not use fgetpwent_r on muslKhem Raj2022-09-052-0/+73
| | | | | | It does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: Fix build with clang-15Khem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: Fix build on muslKhem Raj2022-09-052-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Add protoype declaration for b64_ptonKhem Raj2022-09-052-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: Do not treat implicit-function-declaration as errorKhem Raj2022-09-051-0/+2
| | | | | | clang 15 treats it as error by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: Fix build with clangKhem Raj2022-09-052-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Include string.h for strncpy()Khem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ckermit: Fix build with clangKhem Raj2022-09-052-1/+109
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Fix build with clang 15Khem Raj2022-09-052-1/+57
| | | | | | Add flex and bison dependencies to make deterministic builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nana: Include stdlib.h form exit() and abort() functionsKhem Raj2022-09-052-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hddtemp: Add missing prototype for ata_get_powermode in sata.cKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Disable int-conversion and implicit-int warnings as errorsKhem Raj2022-09-051-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Upgrade to v189Khem Raj2022-09-053-35/+28
| | | | | | | Fix build with clang while here Drop 0001-genconfig.py-update-shebang.patch its fixed upstream now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* serial-forward: Correct typo in specifying string.h headerKhem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuio: Update to latest tip of trunkKhem Raj2022-09-053-166/+4
| | | | | | | | Drop upstreamed 0001-include-fcntl.h-for-O_RDWR-define.patch Drop replace_inline_with_static-inline.patch, it has been fixed differently Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libutempter: Upgrade to 1.2.2-alt1Khem Raj2022-09-053-92/+4
| | | | | | | | | | License-Update: Whitespace removal [1] Drop glibc assumptions patch its fixed upstream [1] https://git.altlinux.org/people/ldv/packages/libutempter.git?p=libutempter.git;a=blobdiff;f=libutempter/COPYING;h=5522aa5f33e23eb2be04b0c1fe789b609e7961fe;hp=2d2d780e6014b850ca3b8437452e24eba5f96508;hb=10539e43e615225da8351895668e704726ffcb53;hpb=3e657409d46e0571f44970ebcd2c972b60778ec3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: refresh patch to fix warningSergio Prado2022-09-051-15/+15
| | | | | | | | | | | | | | | | | | | | | | | Fix the following warning: WARNING: polkit-0.119-r0 do_patch: Fuzz detected: Applying patch 0004-Make-netgroup-support-optional.patch patching file configure.ac Hunk #1 succeeded at 117 with fuzz 2 (offset 17 lines). patching file meson.build patching file src/polkit/polkitidentity.c patching file src/polkit/polkitunixnetgroup.c patching file src/polkitbackend/polkitbackendinteractiveauthority.c patching file src/polkitbackend/polkitbackendjsauthority.cpp Hunk #1 succeeded at 1291 (offset -233 lines). Hunk #2 succeeded at 1306 (offset -233 lines). patching file test/polkit/polkitidentitytest.c patching file test/polkit/polkitunixnetgrouptest.c patching file test/polkitbackend/test-polkitbackendjsauthority.c Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 2.26 -> 2.27Wang Mingyu2022-09-052-102/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch removed since it's included in 2.27 Changelog: ========= fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem overrides: Fix translating exceptions in ErrorProxy tests: Do not check that swap flag is not supported on DOS table tests: Lower expected free space on newly created Ext filesystems tests: Remove test for NTFS read-only mounting vdo_stats: Default to 100 % savings for invalid savings values lvm: Fix reading statistics for VDO pools with VDO 8 tests: Fix creating loop device for CryptoTestLuksSectorSize tests: Use losetup to create 4k sector size loop device for testing s390: Remove double fclose in bd_s390_dasd_online (#2045784) lvm-dbus: Add support for changing compression and deduplication tests: Skip test_lvcreate_type on CentOS/RHEL 9 tests: Fix expected extended partition flags with new parted lvm: Do not set global config to and empty string lvm: Do not include duplicate entries in bd_lvm_lvs output lvm: Use correct integer type in for comparison crypto: Remove useless comparison in progress report in luks_format boilerplate_generator: Remove unused variable assignment kbd: Add missing progress reporting to bd_kbd_bcache_create kbd: Fix leaking error in bd_kbd_bcache_detach kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create crypto: Remove unused and leaking error in write_escrow_data_file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: upgrade 3.31 -> 3.32Wang Mingyu2022-09-052-49/+2
| | | | | | | | 0001-io_uring-Replace-pthread_self-with-s-tid.patch removed since it's included in 3.32 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220821.0 -> 5.9.20220828.0Wang Mingyu2022-09-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20220623.0 -> 20220623.1Wang Mingyu2022-09-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.36 -> 6.1.38Gianfranco Costamagna2022-09-051-1/+1
| | | | | | | | refresh patch for new upstream release 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>
* makeself: upate anonymous git access and dropped man page.Jan Vermaete2022-09-031-2/+1
| | | | | | | | | | Review on the mailinglist requested to drop the 'git' user in the SRC_URI. The man files seems to be outdated, so I've dropped it. https://github.com/megastep/makeself/issues/260 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flatbuffers: upgrade 2.0.6 -> 2.0.7zhengrq.fnst2022-09-031-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-fifo: Update to tip of trunkKhem Raj2022-08-311-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Fix type error found with clang 15Khem Raj2022-08-312-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* soci: Fix build with clang 15Khem Raj2022-08-312-1/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: Upgrade to 13.02.0000Khem Raj2022-08-315-72/+68
| | | | | | | Forward port patches Merged .inc into .bb for easing out devtool use Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: Upgrade to 0.6.8Khem Raj2022-08-313-50/+37
| | | | | | | Fix build on musl while here Drop unneeded header include patch which is fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: Remove mount.h conflict fixKhem Raj2022-08-302-162/+0
| | | | | | | | This has been fixed in latest glibc 2.36 release [1] [1] https://sourceware.org/git/glibc.git/log/3bd3c612e98a53ce60ed972f5cd2b90628b3cba5...4dad97e2a2e510c6b53a0add29a2188714fcf4ab Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: Fix function signature of create_menu()Khem Raj2022-08-302-0/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unifex: remove recipePatrick Williams2022-08-291-24/+0
| | | | | | | | | | | | | | | I don't think anyone else is using this since nobody has requested an update from the original SRCREV I pushed up originally. The original authors of libunifex have moved in another direction so I've decided not to use it in my downstream project(s) also. Anyone wanting to use something like libunifex should probably look to https://github.com/brycelelbach/wg21_p2300_std_execution , which is where the proposals for future C++ standards in this space are being developed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>