summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* io-compress-lzma-perl, io-compress-perl: Rename to use debian namesKhem Raj2022-03-213-3/+3
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Cc: Tim "moto-timo" Orling <ticotimo@gmail.com>
* geany-plugins: Do not overwrite OE's pkg-config envKhem Raj2022-03-212-0/+33
| | | | | | | | | geany.m4 tries to push additional pkg-config paths to respect --with-geany-libdir if it sets to different paths, however we do not use --with-geany-libdir with in OE build so this is more of a problem for OE than solution. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl,lv-lib-png,lv-drivers: Pass libdir via LIB_INSTALL_DIR to cmakeKhem Raj2022-03-213-1/+4
| | | | | | Ensures it packages correclty on all platforms e.g. pp64 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>
* luajit: Upgrade to latest on v2.1 branchKhem Raj2022-03-211-3/+3
| | | | | | | | | License-Update: Copyright years and date updated [1] [2] [1] https://repo.or.cz/luajit-2.0.git/commit/f47c864b0186fc92a2264e68e1151d0d2b24969e [2] https://repo.or.cz/luajit-2.0.git/commit/c4dfb625bad8937d72074852a977738ec3eb1ab7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* io-compress-lzma-perl,io-compress-perl: Do not mark allarchKhem Raj2022-03-212-2/+2
| | | | | | | | | | | | | | | | | These recipes are using target perl install during build so they can not be allarch, the issue becomes evident when libdir for target the native build hosts do not match e.g. ppc64 where target libdir is usr/lib64 then the do_configure starts to fail because it can not find Config_heavy-target.pl script which is part of tatget perl install and allarch recipes seems to assume libdir defaults to /usr/lib when accessing it. I think it can be fixed by perhaps building the missing perl files into perl native perhaps. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Cc: Tim "moto-timo" Orling <ticotimo@gmail.com>
* iperf3: upgrade from 3.9 to 3.11Randy MacLeod2022-03-213-14/+12
| | | | | | | | | | The copyright dates were exteneded to 2022 so the LICENSE hash changed. Add some blank lines in the recipe to make it easier to read and refresh the patches to eliminate patch fuzz warnings. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsquish: Define LIBDIR knobKhem Raj2022-03-212-1/+38
| | | | | | | this is to avoid assuming /lib for library path Enable compile with altivec when in machine features Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Define LIB_DIR to be libdir relativeKhem Raj2022-03-211-1/+1
| | | | | | helps make it platform independent Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Fix INST_LIBDIR to honor libdir varKhem Raj2022-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsverity-utils: Define LIBDIRKhem Raj2022-03-211-1/+1
| | | | | | | This helps make it platform independent since some platforms e.g. ppc64 uses lib64 for system libpaths Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Package nonarch_libdir for systemd filesKhem Raj2022-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cockpit: Package missing nonarch_libdirKhem Raj2022-03-211-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* duktape: Upgrade to 2.7.0Khem Raj2022-03-212-303/+5
| | | | | | | | | | License-Update: Update copyright years [1] Drop upstreamed patch Define LIBDIR so it can compile on all platforms [1] https://github.com/svaarala/duktape/commit/d51a1ffae6b99b798db9ad1512f845d31ff63813 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sqlite-orm: Define cmake variable defaultsKhem Raj2022-03-211-2/+4
| | | | | | ensure cmake files are installed in right syslib dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Use CMAKE_INSTALL_LIBDIR in cmakeKhem Raj2022-03-212-2/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiec61850: Use GNUInstallDirs in cmakeKhem Raj2022-03-212-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Use GNUInstallDirs in cmakeKhem Raj2022-03-212-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* json-schema-validator: Use GNUInstallDirs in cmakeKhem Raj2022-03-212-1/+49
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* weechat: Define LIBDIRKhem Raj2022-03-211-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-cpp: Upgrade to 4.1.1 releaseKhem Raj2022-03-211-6/+3
| | | | | | Use tarball from release artifacts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* http-parser: Define LIBDIRKhem Raj2022-03-211-1/+3
| | | | | | | | LIBDIR is otherwise hardcoded to PREFIX/lib which is not correct for all platforms. define PLATFORM explicitly, otherwise it pokes at build system for it 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>
* libbpf: Enable on ppc64Khem Raj2022-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: add ptestRoss Burton2022-03-212-1/+14
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-jsonrpcserver: upgrade 5.0.6 -> 5.0.7Wang Mingyu2022-03-211-1/+1
| | | | | | | | | | Changelog: ========= Upgrade to jsonschema 4. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-itsdangerous: upgrade 2.1.0 -> 2.1.1Wang Mingyu2022-03-211-1/+1
| | | | | | | | | | Changelog: ========== Handle date overflow in timed unsign. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-lz4: use system lz4 libraryRoss Burton2022-03-211-1/+2
| | | | | | | | | | | | Instead of using the copy of lz4 that is embedded in the python3-lz4 source code, use the system lz4 library. python3-lz4: PKGSIZE changed from 718282 to 165043 (-77%) python3-lz4: RDEPENDS: added "lz4 (['>= 1.9.3'])" Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sentry-sdk: upgrade 1.5.6 -> 1.5.7Xu Huan2022-03-211-1/+1
| | | | | | | | | | changelog: fix(serializer): Make sentry_repr dunder method to avoid mock problems Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sqlalchemy: upgrade 1.4.31 -> 1.4.32Xu Huan2022-03-211-1/+1
| | | | | | | | changelog see https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.32 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-wrapt: upgrade 1.13.3 -> 1.14.0Xu Huan2022-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog: =============================================================================== -Bugs Fixed Python 3.11 dropped inspect.formatargspec() which was used in creating signature changing decorators. Now bundling a version of this function which uses Parameter and Signature from inspect module when available. The replacement function is exposed as wrapt.formatargspec() if need it for your own code. When using a decorator on a class, isinstance() checks wouldn’t previously work as expected and you had to manually use Type.__wrapped__ to access the real type when doing instance checks. The __instancecheck__ hook is now implemented such that you don’t have to use Type.__wrapped__ instead of Type as last argument to isinstance(). Eliminated deprecation warnings related to Python module import system, which would have turned into broken code in Python 3.12. This was used by the post import hook mechanism. -New Features Binary wheels provided on PyPi for aarch64 Linux systems and macOS native silicon where supported by Python when using pypa/cibuildwheel. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Update for setuptools_build_meta renamed to python_setuptools_build_metaRoss Burton2022-03-1949-49/+49
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: update from 2.0.7 to 2.0.164Randy MacLeod2022-03-193-58/+39
| | | | | | | | | | | | | | Modify the patch since the removal of pcre2-config is no long needed as upstream now does: 75518cf7 cmake FEATURE read pcre2 version from header and created an upstream PR as per new Upstream-Status. The flag for building the test code was changed from ENABLE_BUILD_TESTS to just ENABLE_TESTS in: cdffdabb build REFACTOR rename test option to unify with other projects Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> 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>
* libgphoto: Fix build with libtool 2.4.7Khem Raj2022-03-191-0/+5
| | | | | | Delete old m4 macros, so autoreconf can repopulate it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopenmpt: Upgrade to version 0.6.2Carlos Rafael Giani2022-03-181-24/+7
| | | | | | | | * libopenmpt-modplug got removed and now exists as a separate project. * SDL1 is no longer supported. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: update patch statusRoss Burton2022-03-171-1/+1
| | | | | | | This patch has now been upstreamed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvdpau: allow to build native and nativesdkMarkus Volk2022-03-171-0/+2
| | | | | | This fixes an error if trying to add libvdpau to mesa PACKAGECONFIG Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Adjust for renaming flit_core -> python_flit_coreKhem Raj2022-03-173-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: 2.44.1 -> 2.50.0Kai Kang2022-03-171-11/+6
| | | | | | | | | | | | | | Update graphviz from 2.44.1 to 2.50.0. * update SRC_URI * remove patches can not be applied * mkdefs is not provided any longer, so remove installation for graphviz-native * rrecommends on liberation-fonts that there will be tofos in outputed pictures without any font Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Fix build on rv32/muslKhem Raj2022-03-171-5/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: disable code generation toolsVyacheslav Yurkov2022-03-171-1/+1
| | | | | | | | Tools are covered by sdbus-c++-tools recipe. It doesn't make sense to compile them here too. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: fix parallel build failureYi Zhao2022-03-172-0/+45
| | | | | | | | Backport a patch to fix the parallel build failure: src/dbus.c:17:10: fatal error: _features.h: No such file or directory Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvdpau: upgrade 1.4 -> 1.5Wang Mingyu2022-03-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: upgrade 2.6.0 -> 2.6.1Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========= Noteworthy changes: ------------------ Decreased logging verbosity, now freerdp is much less verbose by default Fixed issues: -------------- Backported freerdp_abort_connect during freerdp_connect fix (#7700) Backported improved version dection see docs/version_detection.md for details Backported various rdpsnd fixes (#7695) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* weechat: upgrade 3.4 -> 3.4.1Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | Changelog: ========== - core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.36.0 -> 1.36.2Wang Mingyu2022-03-172-7/+4
| | | | | | | | | | | | | | | | | | 0001-do-not-ask-host-for-ifcfg-defaults.patch refreshed for new version Changelog: ========== * When the list of plugins is not specified via "main.plugins" in NetworkManager.conf and no build-time default is set with "--with-config-plugins-default" configure argument, now all known plugins found in the plugin directory are loaded (and the built-in "keyfile" plugin is preferred over others). * Preserve external ports during checkpoint rollback * Fix removal of ovsdb entry when an OVS interface goes away * Fix DNS configuration for WWAN connections Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager-openvpn: upgrade 1.8.16 -> 1.8.18Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | Changelog: ========== * Gtk4 version of the editor plugin is now available (for use with Control Center of GNOME 42 or later). * Update Catalan, Croatian, Czech, Hebrew and Slovenian translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>