summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libio-socket-ssl-perl: upgrade 2.076 -> 2.077Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | Changelog: ========== - fix memory leak in session cache, thanks to genuaboro - more race conditions in tests fixed thanks to jddurand Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20221120.0 -> 5.9.20221127.0Wang Mingyu2022-12-051-1/+1
| | | | | | | Python: add more weak keywords Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libass: upgrade 0.16.0 -> 0.17.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Detailed Changes: ================== - Fix various parts relating to automatic linebreaking - Fix rendering when hinting was enabled and fontsizes or scales are zero - Switch build to a non-recursive setup for improved parallelism - Improve quality of SSA Effects movement - Further documentation improvements - Completely invalid Events are now discarded during parsing - Introduction of LayoutRes{X,Y} script headers - New AlphaLevel style override to set all alpha values while keeping the color - Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance with the Unicode line breaking algorithm instead of ASS' much stricter breaking rules. For the feature to be available at runtime, libass must be linked against the new optional dependency libunibreak. - Improve VSFilter compatibility: Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: upgrade 0.10.2 -> 0.10.3Wang Mingyu2022-12-051-3/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Update to 1.4.28Fabio Estevam2022-12-051-1/+1
| | | | | | | | | Update to the 1.4.28 version, which includes the following changes: https://gitlab.com/Remmina/Remmina/-/compare/v1.4.27...v1.4.28 Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: pass TUNE_CCARGS to use machine tuneMarkus Volk2022-12-051-18/+7
| | | | | | | | | | | | | | | | We already tried to pass -mfloat-abi=hard if the machine can use it, but since no floating-point-unit was defined it got stubbed out and the result was, that only arm targets configured for softfp were able to build perfetto. Simplify by passing ${TUNE_CCARGS} to ensure, we always use the features, the machine was configured for. Also, do not use sed to remove the hardcoded -mfpu=neon entry. If this really turns out to be problematic, we need to patch it out to avoid not having a floating-point-unit again. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keyutils: fix ptest failed since "+++ Can't Determine Endianness"Changqing Li2022-12-052-0/+36
| | | | | | | | All the ptest cases are failed since error "+++ Can't Determine Endianness", update the regex for matching the endianness to fix this issue. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: Upgrade to 22.11.00Khem Raj2022-12-033-6/+75
| | | | | | | Forward port 0003-Remove-Werror-from-build.patch Add a patch to fix parallel build race condition Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdogdev: new packageBartosz Golaszewski2022-12-031-0/+9
| | | | | | | | Add a recipe for watchdogdev - a python module for controlling linux watchdog devices. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Fix build with ffmpeg 5.1+Khem Raj2022-12-032-0/+27
| | | | | | Backport a relevant patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Check for commercial_ffmpeg as well to enable ffmpegKhem Raj2022-12-031-1/+1
| | | | | | | | syntax for LICENSE_FLAGS_ACCEPTED can be "type_package" format as well and some distros may enable commercial license selectively by not using "commercial" as broadbrush but "commercial_ffmpeg" to just enable libav Signed-off-by: Khem Raj <raj.khem@gmail.com>
* alsa-oss: Remove recipeKhem Raj2022-12-032-25/+0
| | | | | | | This is not used anywhere in meta-openembedded and will have to be fixed when enanbling LFS and time64_t. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: Add missing dep on python3-pygments-nativeKhem Raj2022-12-031-0/+1
| | | | | | | | | Fixes File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/tepl/6.2.0-r0/recipe-sysroot-native/usr/share/gtk-doc/python/gtkdoc/highlight.py", line 27, in <module> from pygments import highlight ModuleNotFoundError: No module named 'pygments' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: Inherit python3targetconfigKhem Raj2022-12-031-1/+1
| | | | | | | It currently ends up using native python3-config which adds native paths to compiler includes which is not what we want. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* amtk: Add missing dep on python3-pygments-nativeKhem Raj2022-12-031-0/+1
| | | | | | | | | Fixes File "TOPDIR/build/tmp/work/mips32r2-yoe-linux/amtk/5.6.1-r0/recipe-sysroot-native/usr/share/gtk-doc/python/gtkdoc/highlight.py", line 27, in <module> from pygments import highlight ModuleNotFoundError: No module named 'pygments' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: stylize DEPENDSAlex Stewart2022-12-031-2/+9
| | | | | | | | | | Use multiline styling in the gvfs DEPENDS variable assignment, so that diffs are easier to understand. Also alpha-sort the DEPENDS, since their order isn't meaningful. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waf-samba.bbclass: point PYTHON_CONFIG to target python3-configKhem Raj2022-12-031-0/+1
| | | | | | Ensures that waf detects and uses it correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather: Remove 40.0Khem Raj2022-12-031-24/+0
| | | | | | | Its not used by anything in gnome layer, moreover this helps drop soup2 dependency Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: Upgrade to 43.0Khem Raj2022-12-031-1/+2
| | | | | | Add missing dependency on libportal Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: Upgrade to 43.1Khem Raj2022-12-031-2/+3
| | | | | | Can be built with soup3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Disable parallelismKhem Raj2022-11-301-0/+2
| | | | | | | | | | | | It fails on highcore machines e.g. | make[1]: *** [Makefile:697: rebuild] Error 1 | make[1]: *** Waiting for unfinished jobs.... | make[2]: *** No rule to make target '../c-client/osdep.h', needed by 'ipop2d.o'. Stop. | make[2]: *** Waiting for unfinished jobs.... Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | So it uses cross python3-config tool instead of native Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pystemd: Regenerate .c sources using newer cythonKhem Raj2022-11-301-1/+5
| | | | | | | | | | | python 3.11 has moved the header "longintrepr.h" into a sub-folder [1] the pre-generated .c files are generated using older cython, therefore in order to compile it with python 3.11 regenerate them with OE's own native cython [1] https://bugs.python.org/issue35134 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: add native and nativesdk BBCLASSEXTENDGianluigi Spagnuolo2022-11-301-0/+2
| | | | | | To build pahole-native we need libbpf-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flite: Add missing deps on alsa-lib and chrpathKhem Raj2022-11-301-0/+8
| | | | | | | | | | | | Disable parallel build to avoid build race Fixes | make[1]: *** No rule to make target 'flite_voice_list.c', needed by 'all'. Stop. | make[1]: *** Waiting for unfinished jobs.... | make: *** [config/common_make_rules:133: build/arm-linux-gnueabi/obj//.make_build_dirs] Error 2 | ERROR: oe_runmake failed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Check for _FILE_OFFSET_BITS instead of __TIMESIZEKhem Raj2022-11-301-7/+2
| | | | | | This is fixing both LFS as well as 64bit time_t issue in one go Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gfbgraph: Use rest 0.8.1Khem Raj2022-11-302-60/+3
| | | | | | Drop the patch needed to use rest 1.0 API ( 0.9 onwards ) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: Re-add 0.8.1Khem Raj2022-11-301-0/+35
| | | | | | Its needed by gfbgraph Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: Export PROJ_DIRKhem Raj2022-11-301-0/+1
| | | | | | point PROJ_DIR to staged proj-native which can be used during cross build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Enable apps when building native variantKhem Raj2022-11-301-0/+2
| | | | | | proj binary is used during build by some recipes e.g. python3-pyproj Signed-off-by: Khem Raj <raj.khem@gmail.com>
* volume-key: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | | | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python and compile fails e.g. | In file included from /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/Python.h:38: | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/pyport.h:601:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aufs-util: Fix build with large file support enabled systemsKhem Raj2022-11-302-0/+33
| | | | | | | | | | | Fixes | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aufs-util/4.9+gitAUTOINC+8f35db59ef-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-ld: rdu64.o: in function `readdir64': | <unknown>:122: multiple definition of `readdir64'; rdu.o:<unknown>:122: first defined here | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aufs-util/4.9+gitAUTOINC+8f35db59ef-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-ld: rdu64.o: in function `readdir64_r': | <unknown>:139: multiple definition of `readdir64_r'; rdu.o:<unknown>:139: first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: upgrade 2.1.0 -> 2.1.1zhengrq.fnst@fujitsu.com2022-11-301-1/+1
| | | | | | | | Changelog: Add __main__ to re-enable demo via python -m termcolor (#27) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: upgrade 4.10.1 -> 4.12.1zhengrq.fnst@fujitsu.com2022-11-301-1/+1
| | | | | | | | | | | | Changelog: ============= * Add 1 second buffer to API v2 streaming timeout (51a5d61) * Default AsyncBaseStream to abort closed SSL transports (#1904) * Warn when Tweet data is missing default edit_history_tweet_ids field (3dea0df, #1994) * Change initial network_error_wait to 0 for streaming (b18c1a6) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1zhengrq.fnst@fujitsu.com2022-11-301-1/+1
| | | | | | | | | | Changelog: ============== Move set_transaction_name out of event processor in fastapi/starlette (#1751) Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-texttable: upgrade 1.6.4 -> 1.6.7zhengrq.fnst@fujitsu.com2022-11-301-1/+1
| | | | | | | | Changelog: Get rid of stub file in wheel package (#84) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.3.4 -> 4.3.5zhengrq.fnst@fujitsu.com2022-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * New Features -------------- Add support for TIMESERIES 1.8 (#2296) Graph - add counters for removed labels and properties (#2292) Add support for TDIGEST.QUANTILE extensions (#2317) Add TDIGEST.TRIMMED_MEAN (#2300) Add support for async GRAPH module (#2273) Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#2319) Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESERVE accuratenly supported (#2331) * Bug Fixes -------------- Fix async connection.is_connected to return a boolean value (#2278) Fix: workaround asyncio bug on connection reset by peer (#2259) Fix crash: key expire while search (#2270) Async cluster: fix concurrent pipeline (#2280) Fix async SEARCH pipeline (#2316) Fix KeyError in async cluster - initialize before execute multi key commands (#2439) * Maintenance ---------------- Supply chain risk reduction: remove dependency on library named deprecated (#2386) Search test - Ignore order of the items in the response (#2322) Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335) Fix TimeSeries range aggregation (twa) tests (#2358) Mark TOPK.COUNT as deprecated (#2363) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: update 6.0.0 -> 6.2.0Markus Volk2022-11-291-5/+9
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: remove libgdata dependencyMarkus Volk2022-11-291-1/+1
| | | | | | | libgdata is not a dependency of evolution-data-server anymore Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: update 42.2 -> 43.2Markus Volk2022-11-291-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* amtk: update 5.3.1 -> 5.6.1Markus Volk2022-11-292-18/+21
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: build with libsoup-3Markus Volk2022-11-291-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream-glib: update 0.7.18 -> 0.8.2Markus Volk2022-11-291-2/+2
| | | | | | | Code switched from using soup-2 to libcurl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: Correct the checksum for the tar ball to match 1.0.16Peter Kjellerstedt2022-11-291-2/+2
| | | | | | | | | The checksum was not updated when the recipe version was stepped. Also simplify the SRC_URI by replacing "${BPN}-${PV}" with "${BP}". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "lldpd: Use github release assets for SRC_URI"Peter Kjellerstedt2022-11-291-1/+1
| | | | | | | | | | This reverts commit e1549147181d96e84b73b7fc952cf33e43bb007c. The change of SRC_URI was probably triggered by the checksum for the tarball not having been updated when the recipe version was stepped. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: upgrade 1.3.6 -> 1.4.0, python 3.11 compatibleGeoff Parker2022-11-293-16/+28
| | | | | | | | | | | | | Update to 1.4.0 for python 3.11 compatibilty Add patch to add upstream commit added after the release of 1.4.0 tarball. Adds python 3.11 to setup.py Update 0001-Fix-imports-for-ptest.patch for patch fuzz and removed hunk already in 1.4.0. Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inotify: add ptestZheng Qiu2022-11-293-14/+38
| | | | | | | | | | | | | | | | | | Add ptest provided from the source code, and run it using pytest. Since the tarball provided with pypi does not include ptest, switch the source to be its git repo. ptest result: PASS FAIL SKIP qemux86-64 5 3 1 qemuarm64 5 3 1 This issue exists since inotify adds unit test support, and it is reported here: https://github.com/dsoprea/PyInotify/issues/95 Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-linux-procfs: add recipeErwann Roussy2022-11-281-0/+12
| | | | | Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>