summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* gnuplot: Disable libcerf and fix typoKhem Raj2022-04-101-1/+2
| | | | | | | | | We do not carry recipe for libcerf, so disable it explicitly so the native builds are also a bit more deterministic. Fix a typo in knob to disable wxwidgets 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>
* grpc: remove unused patchesClément Péron2022-04-102-144/+0
| | | | | | | These patches are not used by the grpc recipe so remove them. Signed-off-by: Clément Péron <peron.clem@gmail.com> 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>
* wxwidgets: Fix building without x11Scott Murray2022-04-101-3/+3
| | | | | | | | | | | | | | | Building with wayland and opengl in DISTRO_FEATURES without x11 as well was giving the error: wxwidgets: PACKAGECONFIG[no_gui] Conflict package config 'opengl' set in PACKAGECONFIG. Upon some investigation, it looks like wxwidgets now supports building against Gtk's Wayland support, so we can also enable it if wayland is in DISTRO_FEATURES. For OpenGL, however, wxwidgets seems to have a dependency on libglu, so the DISTRO_FEATURES check has been changed to only enable it by default if both x11 and opengl are configured. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
* grpc: remove useless link with libatomic appendStefan Herbrechtsmeier2022-04-101-20/+0
| | | | | | | | | The sed commands to link with libatomic don't match and is therefore useless. If they are really needed the problem should be fixed in the code for example with CHECK_LIBRARY_EXISTS. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: add cmake support for targetStefan Herbrechtsmeier2022-04-102-2/+94
| | | | | | | | | The CMake gRPC config checks for binaries and fails if a binary (plugin) is missing. Fix the problem in the code and add the CMake gRPC config back to the target package. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: fix build failure with EXEWRAPPER_ENABLED FalseNaveen Saini2022-04-102-1/+62
| | | | | | | | | | | | | | | | | | | | | The v73 version tries to build and run a test program at compile time to check whether compiler supports sizeof and expression statements and sets HAVE_STATEMENT_EXPR accordingly. This requires EXEWRAPPER_ENABLED in meson.bbclass to be True and qemu-usermode to be working. In cases when EXEWRAPPER_ENABLED is False, build fails with error: | ../git/meson.build:213:0: ERROR: Can not run test applications in this cross environment. We don't really need to do this as these have been supported since gcc3 and can set the configs to 1. The autotools implementation also used to set it to 1 so this doesn't change anything: https://github.com/pmem/ndctl/blob/v72.1/configure.ac#L70 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: do not inherit binconfig-disabledYi Zhao2022-04-101-2/+1
| | | | | | | | Do not inherit binconfig-disabled as pcre2-config is not required by upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: fix wx-config multilib issueKai Kang2022-04-072-0/+60
| | | | | | | | | | | It sets 'libdir' with path element 'lib' directly which is not suitable for multilib. Add an option '--baselib' for wx-config to support multilib when cross compile. And set EGREP for wx-config to avoid host contamination. Signed-off-by: Kai Kang <kai.kang@windriver.com> 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>
* libimobiledevice-glue: update recipePotin Lai2022-04-062-37/+2
| | | | | | | | | | | | | | | | | | | | remove patch 0001-fix-undefined-bswap32-and-bswap64-errors-for-MIPS-ma.patch Upstream Status: Accepted [https://github.com/libimobiledevice/libimobiledevice-glue/commit/17a2b964ca9c94f6615994ba2179bf4228e31236] subtree update: ecb0996fd2..bc6c44b920 Nikias Bassen (4): [github-actions] Use windows-2019 instead of windows-latest for now socket: Add socket_get_socket_port function utils: Close file if buffer allocation fails in buffer_read_from_filename() Updated README with pkg-config requirement Potin Lai (1): Fix undefined bswap32 and bswap64 for MIPS machine Signed-off-by: Potin Lai <potin.lai@quantatw.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>
* libzip: add CVE-2017-12858 to allowlistMatsunaga-Shinji2022-04-061-0/+3
| | | | | | | Patch for CVE-2017-12858 is applied in version 1.2.0. Signed-off-by: matsunaga-shinji <shin.matsunaga@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.19.19 -> 1.19.20Andreas Müller2022-04-062-41/+2
| | | | | | | | | | | | | | | | | | * Patch to fix simdtests.cpp was merged * guess who initially wrote simdtests.cpp :) Changes * Add waf autooption --example-tools to allow optional build of executables, libraries and man pages provided by jack-example-tools (the files are built by default). * Building and installing the additional files can be disabled by using --example-tools=no or --no-example-tools. * Fix 32-bit support in ALSA driver * Fix incomplete ASIO support on Windows * Fix metadata usage with multiple users * Fix netsource tool missing on Windows * Fix semaphore usage on macOS * Official FreeBSD support Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-sgml-doctools: upgrade 1.11 -> 1.12wangmy2022-04-061-3/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.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>
* grpc: upgrade 1.45.0 -> 1.45.1wangmy2022-04-061-1/+1
| | | | | 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>
* fwupd: add COMPATIBLE_HOST to match dependencyDavide Gardenal2022-04-061-0/+2
| | | | | | | | Add COMPATIBLE_HOST to fix build error when musl is enabled, this will match efivar requirements. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: git -> gitsm to fix build when no x11Robert Yang2022-04-061-1/+1
| | | | | | | | | | | Fixed when x11 is not in DISTRO_FEATURES: $ bitbake wxwidgets CMake Error at build/cmake/functions.cmake:542 (add_library): Cannot find source file: /path/to/core2-64-wrs-linux/wxwidgets/3.1.5-r0/git/src/expat/expat/lib/xmlparse.c Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURESRobert Yang2022-04-061-5/+6
| | | | | | | | | | | | | | The PACKAGECONFIG depends on DISTRO_FEATURES, not DISTRO_FEATURES depends on PACKAGECONFIG. And the REQUIRED_DISTRO_FEATURES is not needed since it can work with gtk or x11. Fixed when x11 is not in DISTRO_FEATURES: $ bitbake wxwidgets ERROR: Nothing PROVIDES 'wxwidgets' wxwidgets was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: upgrade 4.4.1 -> 6.4.0 and overhaul recipeAndreas Müller2022-04-062-40/+52
| | | | | | | | | Complete rework of recipe was done with two targets in mind: * Do not disappoint users on this project - it is a treasure for mathians * Do not over-complicate recipe unnecessarily 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>
* wxwidgets: fix typoKai Kang2022-03-311-1/+1
| | | | | 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>
* libirecovery: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: fix undefined bswap errorPotin Lai2022-03-312-1/+36
| | | | | | | Add patch for fixing undefiened bswap32 & bswap64 error on MIPS machine Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libimobiledevice-glue is the library with common code used by the libraries and tools around the libimobiledevice project. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: 3.1.4 -> 3.1.5Kai Kang2022-03-304-64/+43
| | | | | | | | | | | | | * correct LICENSE name which should be 'WXWindows' according to https://www.wxwidgets.org/about/licence/ remove the 'wxWidgets' license file and use the one in oe-core * native wx-conf from wxwidgets is required by python3-wxgtk4, so extend wxwidgets-native and remove packageconfig opengl for -native. * add patch to correct library names * add packageconfig 'curl' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.9 -> 1.3.10Matthias Klein2022-03-301-1/+1
| | | | | | | | Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: increase MY_AES_CTX_SIZEMingli Yu2022-03-301-11/+42
| | | | | | | | | | | | | | | | | | Rework the patch to fix the build failure with bundled openssl and the missing part [1] already included in mariadb 10.8.x [2]. Add PACKAGECONFIG:remove:pn-mariadb = " openssl" to local.conf $ bitbake mariadb | /buildpath/mariadb/10.7.3-r0/mariadb-10.7.3/mysys_ssl/my_crypt.cc:18: | /buildpath/mariadb/10.7.3-r0/mariadb-10.7.3/mysys_ssl/my_crypt.cc: In member function 'virtual int MyCTX_nopad::init(const EVP_CIPHER*, int, const uchar*, uint, const uchar*, uint)': | /buildpath/mariadb/10.7.3-r0/mariadb-10.7.3/include/my_global.h:387:74: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing] 387 | typedef char compile_time_assert[(X) ? 1 : -1] _attribute_((unused)); \ [1] https://github.com/MariaDB/server/commit/7cd965af92db1e45d4568996808c6c942d3f0cc7 [2] https://github.com/MariaDB/server/commit/d42c2efbaa06a0307c2f0fd8fa87819ff50bbd7e Signed-off-by: Mingli Yu <mingli.yu@windriver.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>
* grpc: Remove runtime dependency between grpc and protobuf-compilerStefan Herbrechtsmeier2022-03-291-1/+4
| | | | | | | | Remove the runtime dependency between grpc and protobuf-compiler package by moving the grpc_plugin_support library to grpc-compiler package. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: don't clear PACKAGECONFIG for nativesdkChristian Eggers2022-03-291-1/+0
| | | | | | | librsvg is available again on nativesdk Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: add pkg_postinst scriptKai Kang2022-03-291-1/+18
| | | | | | | | | | | | It needs to run `dot -c` first before call 'dot' command, otherwise it fails with: | Format: "png" not recognized. No formats found. | Perhaps "dot -c" needs to be run (with installer's privileges) to register the plugins? Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbguard: package simplificationAnu Deepthika, Nandipati2022-03-291-8/+1
| | | | 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>
* libxmlb: upgrade 0.3.7 -> 0.3.8Wang 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>
* libqb: upgrade 2.0.4 -> 2.0.6Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.1.10 -> 0.1.11Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.25 -> 1.26Wang Mingyu2022-03-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* duktape: Use baselib to construct LIBDIRKhem Raj2022-03-281-1/+1
| | | | | | | duktape's definition of LIBDIR does not correspond on to one on OE's therefore synthesize it from baselib instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: Fix build with newer ndctlKhem Raj2022-03-262-1/+71
| | | | 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>
* abseil-cpp: Fix ppc/musl patchKhem Raj2022-03-261-1/+1
| | | | | | typecasting to pt_regs is not needed Signed-off-by: Khem Raj <raj.khem@gmail.com>