summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* postgresql: make sure pam conf installed when pam enabledMingli Yu2022-08-291-1/+1
| | | | | | | | | | | | | | | | Update the pam check logic to make sure pam conf installed. Before the patch: root@intel-x86-64:~# rpm -ql postgresql | grep pam.d | grep postgresql root@intel-x86-64:~# After the patch: root@intel-x86-64:~# rpm -ql postgresql | grep pam.d | grep postgresql /etc/pam.d/postgresql root@intel-x86-64:~# Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.0.2 -> 2.0.3Wang Mingyu2022-08-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 8.2.0 -> 8.2.2Wang Mingyu2022-08-291-3/+3
| | | | | | | License-Update: Format of license file changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logwatch: upgrade 7.6 -> 7.7Wang Mingyu2022-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.7.0 -> 1.7.1Wang Mingyu2022-08-281-1/+1
| | | | | | | | | | | | | Changelog: ========== Merge chromium fix for OOB string write in hunspell Merge firefox fix for various issues parsing incomplete aff files Fix crash with hunspell -l -r Merge in weblate translations Includes fix for CVE-2019-16707 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.9 -> 3.9.1Wang Mingyu2022-08-281-1/+1
| | | | | | | | | | Changelog: ========= * Set libcurl user agent to "feh/3.9.1". Previously, feh did not send a user agent. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Fix boost build with clang-15Khem Raj2022-08-282-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: Fix build on muslKhem Raj2022-08-282-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: disable protoc binary for targetVyacheslav Yurkov2022-08-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | When applications want to use protoc during the build, the target binary has to be disabled in order to avoid following error: | The imported target "protobuf::protoc" references the file | | "<application build dir>/recipe-sysroot/usr/bin/protoc-<protobuf version>" | | 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 | | "<application build dir>/recipe-sysroot/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makeself: added makeself as new recipeJan Vermaete2022-08-271-0/+29
| | | | | | | Based on the older recipe of intel-iot-refkit. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: change build system to cmakeVyacheslav Yurkov2022-08-273-68/+16
| | | | | | | | | | | | | Autotools support has been removed and replaced completely by CMake. See related issues for details: https://github.com/protocolbuffers/protobuf/issues/7911 https://github.com/protocolbuffers/protobuf/pull/10132 Drop autotools patches too. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: 3.19.4 -> 3.21.5 upgradeVyacheslav Yurkov2022-08-277-114/+22
| | | | | | | | Drop the patch that was accepted upstream Forward port clang-mips patch Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* idevicerestore: SRCREV bump 280575b..7d622d9Potin Lai2022-08-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: ========== 7d622d9 restore: Don't print 'Attempting to continue after critical error' warning when no error was detected 6bc672c Make sure to exactly match the passed variant when using --variant e667b49 Add --variant command line switch to specify build identity to use fbbd4b6 Ignore 'Research*' variant in build identity selection 20ad978 ipsw: Add workaround for missing RestoreBehavior entries for ipsw info efd00b4 Don't print an error message when RestoreBehavior is missing 170a17e ipsw: Improve error message when fwrite fails eff9fab Support iOS 16.0 Beta 2 (#506) aa25a29 Remove more serial number checks, and get ECID early on in all modes f6c3d53 Add support for FirmwareUpdaterPreflight message 3525150 Use more elegant way to match file name to component name 5831f78 restore: Fix memory corruption in restore_get_timer_firmware_data 6d3f4cf Add support for iOS 16 f80a876 ipsw: Update to reflect color macro name change in libimobiledevice-glue ddc0c16 Fix restore for devices that don't have eUICC 51b33f4 Increase recovery mode disconnect and re-connect timeout from 10 to 60 seconds 0b269e6 configure: Only check for pthread if really required 6a16d60 configure: Make sure the plist_from_json works 9052c7f Print version string upon execution 86c53b4 autoconf: Automatically derive version number from latest git tag 8f7afa0 More code improvements using _plist_dict_copy_* helper 71561a4 Use proper detection for macOS restore path (instead of version number comparison) 2eb8865 Fix build identity selection for beta (developer) firmware 190473b restore: Fixed a problem that nobody even knew existed e833a30 normal: Skip fetching FirmwarePreflightInfo for non-baseband devices ca44e4d tss: Fix img4 tag for TSS request 03f2bae tss/restore: Improve code readability with plist helpers and removal of unneeded comments 7eaa1fa Add support for Timer,* components and TSS found in iPad Air 5th gen firmware e28d96d ipsw: Use libplist's new plist_from_json API d0a61eb Updated README with pkg-config requirement Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbmuxd: add usbmuxd_git.bbPotin Lai2022-08-271-0/+23
| | | | | | | Add usbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbmuxd: add libusbmuxd_git.bbPotin Lai2022-08-271-0/+17
| | | | | | | Add libusbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: SRCREV bump e190945..ab5b4d8Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | | Changelogs: ========== ab5b4d8 Introduce non-persistent setenvnp command 17c02be Updated .gitignore 6e68ca7 Add device ID for macOS 12 Apple Silicon VMs 82d2357 Updated README with pkg-config requirement c42442a Add Studio Display (device lookup) ae49507 Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault rename Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: add libimobiledevice_git.bbPotin Lai2022-08-271-0/+19
| | | | | | | Add libimobiledevice_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: SRCREV bump bc6c44b..d2ff796Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | Changelogs: ========== d2ff796 termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses c2e237a [clang-tidy] Do not use else after return/break/continue 1c7619d [clang-tidy] utils: Fix too small loop variable c6ae88f [clang-tidy] use uppercase numeric literals 00131b5 termcolors: Add missing stdio.h include Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: add libplist_git.bbPotin Lai2022-08-271-0/+37
| | | | | | | Add libplist_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmdb: only set SONAME on the shared libraryJustin Bronder2022-08-252-2/+23
| | | | | | | | | | | | | | | | | | Setting soname in LDFLAGS means that the extra mdb tools also incorrectly get soname set. This then triggers package.bbclass to add a duplicate shlib_provider in /usr/bin for liblmdb.so.0.9.29. Then any other recipe depending on liblmdb is going to get a 'Multiple shlib provider' error. shlibs2/lmdb.list before: liblmdb.so.0.9.29:/usr/bin:0.9.29 liblmdb.so.0.9.29:/usr/lib:0.9.29 shlibs2/lmdb.list after: liblmdb.so.0.9.29:/usr/lib:0.9.29 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: correct ptest dependencyVyacheslav Yurkov2022-08-251-1/+1
| | | | | Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.3.1 -> 2.5.2Jan Luebbe2022-08-252-2/+33
| | | | | | | | Version 2.5.2 contains an include sys/unistd.h, which is not available with musl, so fix the include path. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Fix build on musl/clangKhem Raj2022-08-252-0/+30
| | | | | | | | | Fixes | py_base_stacktrace.c:301:5: error: call to undeclared function 'g_free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | g_free(text); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: Upgrade to 0.32.2Khem Raj2022-08-253-59/+48
| | | | | | | Drop libxml2-config patch, its not needed anymore Do not install documentation, it does not cross build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: Include missing headers for strrchr and memcmpKhem Raj2022-08-252-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-editing-services: Add recipeKhem Raj2022-08-251-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: Fix additional warnings seen with muslKhem Raj2022-08-252-1/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhrystone: Disable warnings as errors with clangKhem Raj2022-08-251-0/+1
| | | | | | | | | | The sourcecode predate C99 and newer compiler are becoming string about language syntax and standards compliance,so this starts to fail builds due to additional warnings which are being promoted to errors. The objective of this package is measuring performance so we can ignore compiler warnings as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libb64: Switch to github fork and upgrade to 2.0.0.1+gitKhem Raj2022-08-259-282/+82
| | | | | | | | | | Many of the patches floating around has been applied to github fork and seems to be having recent releases. Drop patches which are either applied or fixed differently in this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: Only depend on xmlto when docs are enabledMike Crowe2022-08-241-1/+2
| | | | | | | | | The yasm build system only requires xmlto when building its documentation. It automatically detects whether it is present at configure time. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: add recipeEtienne Cordonnier2022-08-244-0/+360
| | | | | | | | | | | uutils-coreutils is a rewrite of GNU coreutils in Rust. It is licensed under MIT license. To use this recipe add this line to your distro configuration: PREFERRED_PROVIDER_coreutils = "uutils-coreutils" Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zlog: upgrade 1.2.15 -> 1.2.16Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 1.0.1 -> 1.0.2Wang Mingyu2022-08-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.8 -> 8.1.9Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: upgrade 2.20.0 -> 2.20.1Wang Mingyu2022-08-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: upgrade 1.8.2 -> 1.8.3Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | Changelog: ========== * bugfix #183: Assertion failure with OPT record without rdata. This caused packet creation with only a DO bit (for DNSSEC OK) to crash. Thanks Anand Buddhdev and others for reporting this so quickly. * Fix for syntax error in pyldns Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220703.0 -> 5.9.20220821.0Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: upgrade 0.1.1f -> 0.1.2Wang Mingyu2022-08-232-43/+2
| | | | | | | | 0001-use-GNUInstallDirs-for-detecting-install-paths.patch removed since it's included in 0.1.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Remove unused variable 'len'Khem Raj2022-08-232-1/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpulimit: Define -D_GNU_SOURCEKhem Raj2022-08-231-1/+1
| | | | | | This define is needed for getting memrchr() declaration Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: Fix build with clang-15Khem Raj2022-08-232-0/+116
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: sleep more in android-gadget-startDevendra Tewari2022-08-221-1/+1
| | | | | | | Increase sleep to 10 seconds otherwise interface is not ready on rpi0w. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: fix dlt-system.service failed since buffer overflowChangqing Li2022-08-192-0/+41
| | | | | | | | | | dlt-system.service start failed with error: dlt-system[367]: *** buffer overflow detected ***: terminated dlt-system.service: Failed with result 'watchdog'. dlt-system.service: Main process exited, code=dumped, status=6/ABRT dlt-system.service: Watchdog timeout (limit 2s)! Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Fix CMake flagCarsten Bäcker2022-08-191-2/+2
| | | | | | https://github.com/gabime/spdlog/blob/eb3220622e73a4889eee355ffa37972b3cac3df5/CMakeLists.txt#L72 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.9.7 and fix build on x86Khem Raj2022-08-182-2/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Use CMAKE_C_STANDARD_LIBRARIES cmake var to pass libatomicKhem Raj2022-08-181-2/+3
| | | | | | | | | | | | Since libatomic needs to be linked last in the list of libs, take advantange of using CMAKE_C_STANDARD_LIBRARIES insread of FLB_DEPS since DFLB_DEPS is not appended last to linker flags in CMakefiles it ends up with undefined references for libatomic symbols in libs appearing after FLB_LIBS in sequence Use it for mips too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: Revert the tweak done in configure step in do_installKhem Raj2022-08-171-0/+2
| | | | | | | | | This tweak is needed for building audit but not the interfaces it may expose via the headers, therefore undo the tweak before packaging things up Reported-By: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-user-dirs: upgrade 0.17 -> 0.18Wang Mingyu2022-08-151-2/+1
| | | | | | | | | | | Changelog: ========= * Fixed minor leak * Updated translations * Documentation fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: upgrade 4.1.1 -> 4.2.0Wang Mingyu2022-08-151-1/+1
| | | | | | | | | | | | | | Changelog: ========== add local testrunners for all supported PHP versions using docker. Fix PHP 8.1 htmlspecialchars deprecation Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'p… Update to HTML5-syntax in debug template Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into A… Fixed second param of unescape modifier Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.07.0 -> 22.08.0Wang Mingyu2022-08-151-1/+1
| | | | | | | | | | | Changelog: ========= * Fix rendering text on some forms * CairoOutputDev: Support Type3 charprocs having Resources * Fix crashes on malformed files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>