Commit Graph

24559 Commits

Author SHA1 Message Date
Wang Mingyu
9df74ab779 python3-flask-migrate: upgrade 3.1.0 -> 4.0.0
Changelog:
==========
 Updates for Flask-SQLAlchemy 3.x compatiblity
 Enable type comparison and batch mode by default
 Option to rename "db" command group to a custom name
 Better handling of MetaData instances in templates
 Set options correctly when revision --autogenerate is used #463
 Documentation section on configuring Alembic
 Upgrade build to pypy-3.9
 Add Python 3.10 to build
 Add Python 3.11 to build
 Specify license in project metadata #489
 Remove tests from pypi package

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
1e4fd5514d python3-django: upgrade 4.1 -> 4.1.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
0be5319a5e networkmanager-openvpn: upgrade 1.10.0 -> 1.10.2
Changelog:
=========
* IP condfiguration is no longer required in TAP mode.
* Fix initialization of secret flags.
* Add support for DOMAIN-SEARCH option.
* Set data-ciphers option with chosen cipher.
* Update Brazilian Portuguese, Croatian, Danish, Georgian, Polish, Serbian,
  Slovenian, Swedish, Turkish and Ukrainian translations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
956d9f0124 nano: upgrade 6.4 -> 7.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
1860e73887 gnome-backgrounds: upgrade 42.0 -> 43
Changelog:
=========
- all new 43 set of default and supplemental wallpapers
- SVG and WebM formats for better compression and resolution
- 4k square format targeting both widescreen, 4:3 and portrait
  displays.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
fc3acc6ff4 googlebenchmark: upgrade 1.7.0 -> 1.7.1
Changelog:
==========

    Remove stray comment and added missing header
    Initialize help hook before actually parsing the command line
    remove unnecessary generated include directory
    Fixed build issues on window
    Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings
    Ensure we don't need benchmark installed to pass c++ feature checks
    Avoid deprecation warning in NVHPC
    run ClearRegisteredBenchmarks at exit
    FIx typo in benchmark.h
    add debug option for enabling more output for failed cxxfeaturechecks
    Fix link error when use as static library on windows.
    use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package)
    Clean up test documentation formatting
    Enable aarch64 Linux wheel builds, use cibuildwheel action directly
    Eliminate usage of deprecated API in sysinfo.cc
    Stop using pandas.Timedelta (fixes #1482)
    Discuss sources of variance in the user guide
    Bump pybind11 version to enable Python 3.11 wheel builds
    bump cmake dep and docs
    Support for QuRT OS (Hexagon RTOS)
    Fix Solaris compilation (#1499)
    Do not depend on unversioned python binary
    Partially revert "Do not depend on unversioned python binary (#1496)"
    Add information for supported Python versions to setup.py
    [bazel] Build libpfm as a dependency to allow collection of perf counters

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
1c5355d3a5 glibmm-2.68: upgrade 2.72.1 -> 2.74.0
Changelog:
==========
Glib:
* ustring: Add release()

Gio:
* ListStore: Don't derive a gtkmm__GListStore GType
* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn
* AppInfo: Add get_default_for_type_async/finish(),
  get_default_for_uri_scheme_async/finish()
* File: Add make_symbolic_link_async/finish()
* ListStore: Add property_n_items()
* Resolver: Add lookup_by_name_with_flags(),
  lookup_by_name_with_flags_async/finish()
* ListStore: Add find()
* File: Add create_tmp()

Documentation:
* Glib::RefPtr: Improve the documentation
* Gio::Action: Improve the documentation

gmmproc:
* Improved handling of final types
* Improve handling of gi-docgen syntax in C documentation

Build:
* Meson build: Avoid unnecessary configuration warnings
* Meson/MSVC: Add more warnings to ignore
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created
* Require glib-2.0 >= 2.73.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
740a9b250c freerdp: upgrade 2.8.1 -> 2.9.0
Changelog:
==========
Notewhorth changes:
-------------------
    Backported #8252: Support sending server redirection PDU
    Backported #8406: Ensure X11 client cursor is never smaller 1x1
    Backported #8403: Fixed multiple client side input validation issues
    (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
    CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
    Backported #7282: Proxy server now discards input events sent before
    activation was received
    Backported #8324: Internal replacements for md4, md5 and hmac-md5
    For the time being the RDP protocol requires these outdated hash
    algorithms. So any distribution that wants to ship a working
    FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
    on OpenSSL deprecation status WITH_INTERNAL_MD5)

Fixed issues:
--------------
    Backported #8341: Null checks in winpr_Digest_Free
    Backported #8335: Missing NULL return in winpr_Digest_New
    Backported #8192: Support for audin version 2 microphone channel
    Backported #7282: Discard input events before activation (Fixes #8374)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
295895bad7 gegl: upgrade 0.4.38 -> 0.4.40
Changelog:
==========
Operations:
-----------
*newsprint: do not drop alpha channel in RGB modes.

Core
----------
*fixes for legacy build, still supporting building latest GEGL for
 stable GIMP with old babl (not recommended if distros can have
 recent enough meson.).
*avoiding possible multi thread race in babl garbage collection

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
8ab635aca6 ctags: upgrade 5.9.20221106.0 -> 5.9.20221113.0
Changelog:
Fortran: reset "newline" state when processing a new input file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
48d7000fd9 babl: upgrade 0.1.96 -> 0.1.98
Changelog:
More robust bounds protection in ICC handling, avoid garbage collecting lookup
tables in-line with processing.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Tim Orling
7024c34289 libtest-warnings-perl: move to oe-core
This is now a dependency for liburi-perl-ptest.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Tim Orling
cb49e28956 libio-socket-ssl-perl: upgrade 2.075 -> 2.076
* RDEPENDS on libmozilla-ca-perl
* Inherit ptest-perl; drop run-ptest
* Add RDEPENDS for ptest

2.076 2022/11/12
- added curl like tracing based on contribution from jddurand
  https://github.com/noxxi/p5-io-socket-ssl/pull/117
- fixed race condition in t/sni_verify.t based on analysis from jddurand
  https://github.com/noxxi/p5-io-socket-ssl/issues/97

https://metacpan.org/release/SULLR/IO-Socket-SSL-2.076

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Tim Orling
7f661f98c2 libmozilla-ca-perl: add recipe for 20221114
Mozilla::CA - Mozilla's CA cert bundle in PEM format

Declared runtime dependency for libio-socket-ssl-perl

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Archana Polampalli
c4829fa338 Nodejs - Upgrade to 16.18.1
* Drop Openssl legacy provider patch and install both binaries patch
  which are already available in 16.x
* Refresh native binaries patch against 16.x base

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-18 11:10:25 -08:00
Kai Kang
172c707251 freeradius: fix multilib systemd service start failure
It fails to start radiusd.service from lib32-freeradius that the
configure directory is /etc/lib32-raddb rather than /etc/raddb. So add
an environment file to export a variable MLPREFIX for the service file
to make it start successfully.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-18 11:10:25 -08:00
Omkar Patil
5d5e885471 ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3
Changes:
Rejected zero-sized runs
Avoided merging runlists with no runs

Fix CVE-2022-40284

Signed-off-by: Omkar Patil <omkarpatil10.93@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-18 11:10:25 -08:00
Tim Orling
b6383d47e3 libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest
* Fix RDEPENDS for a minimal image
* Inherit ptest-perl and add RDEPENDS

1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
    * Switch changelog entries to metacpan friendly format
    * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
    * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
    * #28 - Use $arg to match @ARGV in Makefile.PL

https://metacpan.org/release/TODDR/IO-Tty-1.17

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-18 11:10:25 -08:00
Khem Raj
32a22c5b7b xcb-util-cursor: Update to 0.1.4
Changes compared to 0.1.3

xcb-util-cursor 0.1.4HEADxcb-util-cursor-0.1.4master
autogen: add default patch prefix
autogen.sh: use quoted string variables
autogen.sh: use exec instead of waiting for configure to finish
autogen.sh: Honor NOCONFIGURE=1
configure: Drop AM_MAINTAINER_MODE
gitlab CI: add a basic build test
Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
Build xz tarballs instead of bzip2
Add README.md to EXTRA_DIST
Update README for gitlab migration
Fix out-of-source builds
documentation: Call xcb_free_cursor() when done

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-16 17:02:16 -08:00
Khem Raj
d8bc689ee7 ettercap: Add missing dependency on libpcre
It depends on it, but it was being pulled in via glib-2.0
which now uses libpcre2

Fixes
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/recipe-sysroot-native/usr/lib/libpcre.so: file not recognized: file format not recognized

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-16 16:51:41 -08:00
Khem Raj
b08c4ab7c8 gnome-text-editor: Add missing libpcre build time depenedency
libpcre is needed. glib-2.0 now uses libpcre2 instead of libpcre which
was indirectly satisfying this

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-16 16:39:03 -08:00
Chen Qi
03708a875f xfce4-verve-plugin: fix do_configure faiure about missing libpcre
libpcre is needed. Previously, it's available because glib-2.0 depends
on it. Now glib-2.0 has been upgraded and it now depends on libpcre2.
So add this explicit dependency to fix the do_configure failure.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-16 16:25:55 -08:00
Naveen Saini
1bf977a512 opencl-headers: add native and nativesdk
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-16 16:25:55 -08:00
Martin Jansa
74f131ffe8 nss: fix SRC_URI
* http://ftp.mozilla.org/pub/mozilla.org now returns 404, but the SRC_URI still works without
  "mozilla.org" directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-15 08:26:44 -08:00
zhengrq.fnst@fujitsu.com
b0eeb48a28 yelp-tools: upgrade 42.0 -> 42.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
23c1dc683c ser2net: upgrade 4.3.9 -> 4.3.10
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
00b7eae06f python3-stevedore: upgrade 4.1.0 -> 4.1.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
fbfb86229b python3-pywbemtools: upgrade 1.0.1 -> 1.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
3fd697c644 python3-pymodbus: upgrade 3.0.0 -> 3.0.2
Changelog:
==========
    Add pygments as requirement for repl
    Update datastore remote to handle write requests (#1166)
    Allow multiple servers. (#1164)
    Fix typo. (#1162)
    Transfer parms. to connected client. (#1161)
    Repl enhancements 2 (#1141)
    Server simulator with datastore with json data. (#1157)
    Avoid unwanted reconnects (#1154)
    Do not initialize framer twice. (#1153)
    Allow timeout as float. (#1152)
    Improve Docker Support (#1145)
    Fix unreachable code in AsyncModbusTcpClient (#1151)
    Fix type hints for port and timeout (#1147)
    Start/stop multiple servers. (#1138)
    Server/asyncio.py correct logging when disconnecting the socket (#1135)
    Add Docker and container registry support (#1132)
    Removes undue reported error when forwarding (#1134)
    Obey timeout parameter on connection (#1131)
    Readme typos (#1129)
    Clean noqa directive. (#1125)
    Add isort and activate CI fail for black/isort. (#1124)
    Update examples. (#1117)
    Move logging configuration behind function call (#1120)
    serial2TCP forwarding example (#1116)
    Make serial import dynamic. (#1114)
    Bugfix ModbusSerialServer setup so handler is called correctly. (#1113)
    Clean configurations. (#1111)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
0de792d45d python3-pycocotools: upgrade 2.0.5 -> 2.0.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
e317f7e8c6 python3-imageio: upgrade 2.22.3 -> 2.22.4
Changelog:
===========
Fix
-------
    Fix silent failure when writing gray images with explicit color channel using pillow (#906) (a075c17)
    Ffmpeg supports .h264 extension (#901) (7571ea9)
    Avoid webcam hang on MacOS (#899) (019069f)

Other
-------
    Fix typo (#905) (5355f93)
    Document deprecated format_hint (#902) (88b7784)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
ede5aff11b python3-greenlet: upgrade 2.0.0 -> 2.0.1
Changelog:
Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
572d8b652d python3-google-auth: upgrade 2.14.0 -> 2.14.1
Bug Fixes
----------
    Apply quota project for compute cred in adc (#1177) (b9aa92a)
    Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1)
    Validate url domain for aws metadata urls (#1174) (f9d7d77)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
1700bee64c python3-frozenlist: upgrade 1.3.1 -> 1.3.3
Changelog:
Fixed CI runs when creating a new release, where new towncrier versions
fail when the current version section is already present.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
77c05a8b9d python3-eth-hash: upgrade 0.5.0 -> 0.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
37ea6cb4cb python3-aiosignal: upgrade 1.2.0 -> 1.3.1
Changelog:
Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
release. (#361)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
93bd4d57a6 python3-u-msgpack-python: upgrade 2.7.1 -> 2.7.2
License-Update: Copyright year updated to 2022

Changelog:
===========
  Fix hex formatting of data bytes in Ext string representation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
6231fc0160 mpich: upgrade 4.0.2 -> 4.0.3
Changes in 4.0.3
=================
    Fix message queue dumping interface support
    Fix multinic usage in ch4:ofi
    Fix bug in MPI_WIN_CREATE in ch4:ucx when UCX >= 1.13.0
    Fix MPIR_pmi_barrier when PMI2 is used
    Fix ROMIO lazy mutex initialization
    Fix build with HIP support
    Fix potential dynamic process message mixups in ch3
    Add missing const to MPI_Pready_list array_of_partitions argument
    Add support for C++ datatypes even when the C++ binding is disabled
    Add support for Intel OneAPI compilers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
9afefefac5 libnftnl: upgrade 1.2.3 -> 1.2.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
67d3232fe2 libforms: upgrade 1.2.4 -> 1.2.5pre1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Wang Mingyu
e262c7be23 byacc: upgrade 20220128 -> 20221106
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
Peter Kjellerstedt
fac629b4f1 chrony: Remove the libcap and nss PACKAGECONFIGs
There is no need for these configs on their own and they would only mess
up the sechash and privdrop configs. To actually enable sechash one also
had to enable nss, and to enable privdrop one also had to enable libcap.

This also avoids passing --with-libcap if privdrop is enabled since the
option does not exist.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-12 16:52:33 -08:00
Peter Kjellerstedt
1ff3ca8540 chrony: Make it possible to enable editline support again
Support for readline was dropped in Chrony 4.2. However, the
--disable-readline option still remains (it is used to completely ignore
all forms of command line editing, even though the only remaining
variant is editline). So keeping the readline PACKAGECONFIG and making
it pass --disable-readline when it is not enabled disabled support for
editline, and if it was enabled it instead passed --without-editline,
which also disabled support for editline. Thus there was no way to
enable editline support.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-12 16:52:33 -08:00
Markus Volk
1e625fbfc5 hwdata: add patch to use sysroot prefix for pkgdatadir
Add backport patch
d3325fd72b

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-11 11:45:32 -08:00
Markus Volk
25c3860701 blueman: add RDEPEND on python3-fcntl
After updating current poky master python3-fcntl is not installed
into my image anymore. Blueman-applet fails to run with
Error: No module named 'fcntl''Module fcntl not found'

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-11 11:45:18 -08:00
Xiangyu Chen
7fe87bea09 lldpd: add ptest for lldpd package
Signed-off-by: Xiangyu Chen <xiangyu.chen@eng.windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-11 11:45:17 -08:00
Mingli Yu
5192a8bfc3 gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
  ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_42.0.bb DEPENDS on or otherwise requires it)
  libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calendar', 'libadwaita']

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-10 10:41:35 -08:00
Mingli Yu
82fc8c534e evince: add opengl to REQUIRED_DISTRO_FEATURES
Add opengl to REQUIRED_DISTRO_FEATURES if x11 is enabled in DISTRO_FEATURES
as it needs gnome-desktop when x11 enabled.

Fixes:
  ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_42.3.bb DEPENDS on or otherwise requires it)
  gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'evince', 'gnome-desktop']

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-10 10:41:35 -08:00
Mingli Yu
06fbe76348 gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
  ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb DEPENDS on or otherwise requires it)
  gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-bluetooth', 'gtk4-native']

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-10 10:41:35 -08:00
Mingli Yu
dd10f8edaa nautilus: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
  ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb DEPENDS on or otherwise requires it)
  gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nautilus', 'gnome-desktop']

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-10 10:41:35 -08:00