summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libtest-warnings-perl: move to oe-coreTim Orling2022-11-192-29/+0
| | | | | | | 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>
* libio-socket-ssl-perl: upgrade 2.075 -> 2.076Tim Orling2022-11-192-24/+18
| | | | | | | | | | | | | | | | | * 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>
* libmozilla-ca-perl: add recipe for 20221114Tim Orling2022-11-191-0/+22
| | | | | | | | | 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>
* Nodejs - Upgrade to 16.18.1Archana Polampalli2022-11-186-268/+27
| | | | | | | | | * 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>
* freeradius: fix multilib systemd service start failureKai Kang2022-11-182-1/+32
| | | | | | | | | | 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>
* ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3Omkar Patil2022-11-181-1/+1
| | | | | | | | | | | 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>
* libio-pty-perl: upgrade 1.16 -> 1.17; enable ptestTim Orling2022-11-181-3/+13
| | | | | | | | | | | | | | | | * 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>
* xcb-util-cursor: Update to 0.1.4Khem Raj2022-11-161-2/+1
| | | | | | | | | | | | | | | | | | | | | 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>
* ettercap: Add missing dependency on libpcreKhem Raj2022-11-161-0/+1
| | | | | | | | | | 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>
* gnome-text-editor: Add missing libpcre build time depenedencyKhem Raj2022-11-161-0/+1
| | | | | | | 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>
* xfce4-verve-plugin: fix do_configure faiure about missing libpcreChen Qi2022-11-161-0/+1
| | | | | | | | | 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>
* opencl-headers: add native and nativesdkNaveen Saini2022-11-161-0/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: fix SRC_URIMartin Jansa2022-11-151-1/+1
| | | | | | | | * 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>
* yelp-tools: upgrade 42.0 -> 42.1zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.9 -> 4.3.10zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 4.1.0 -> 4.1.1zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.0.1 -> 1.1.0zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.0.0 -> 3.0.2zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-pycocotools: upgrade 2.0.5 -> 2.0.6Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.22.3 -> 2.22.4Wang Mingyu2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | 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>
* python3-greenlet: upgrade 2.0.0 -> 2.0.1Wang Mingyu2022-11-141-1/+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>
* python3-google-auth: upgrade 2.14.0 -> 2.14.1Wang Mingyu2022-11-141-1/+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>
* python3-frozenlist: upgrade 1.3.1 -> 1.3.3Wang Mingyu2022-11-141-1/+1
| | | | | | | | | 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>
* python3-eth-hash: upgrade 0.5.0 -> 0.5.1Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiosignal: upgrade 1.2.0 -> 1.3.1Wang Mingyu2022-11-141-1/+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>
* python3-u-msgpack-python: upgrade 2.7.1 -> 2.7.2Wang Mingyu2022-11-141-3/+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>
* mpich: upgrade 4.0.2 -> 4.0.3Wang Mingyu2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | 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>
* libnftnl: upgrade 1.2.3 -> 1.2.4Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: upgrade 1.2.4 -> 1.2.5pre1Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20220128 -> 20221106Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: Remove the libcap and nss PACKAGECONFIGsPeter Kjellerstedt2022-11-121-3/+1
| | | | | | | | | | | | 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>
* chrony: Make it possible to enable editline support againPeter Kjellerstedt2022-11-121-9/+0
| | | | | | | | | | | | | | 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>
* hwdata: add patch to use sysroot prefix for pkgdatadirMarkus Volk2022-11-112-1/+35
| | | | | | | | Add backport patch https://github.com/vcrhonek/hwdata/pull/19/commits/d3325fd72bd45ba74e709b4083521104193b224e Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: add RDEPEND on python3-fcntlMarkus Volk2022-11-111-0/+1
| | | | | | | | | 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>
* lldpd: add ptest for lldpd packageXiangyu Chen2022-11-112-1/+35
| | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@eng.windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | 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>
* evince: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+3
| | | | | | | | | | | | | | 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>
* gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | 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>
* nautilus: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | 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>
* ibus: add opengl related checkMingli Yu2022-11-101-1/+3
| | | | | | | | | | | | | | Add opengl to REQUIRED_DISTRO_FEATURES when gtk4 is configured in PACKAGECONFIG. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.bb DEPENDS on or otherwise requires it) gtk4 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', 'ibus', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb DEPENDS on or otherwise requires it) gtk4 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', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: check opengl DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | | | | | Check opengl DISTRO_FEATURES to determine enable x11 in PACKAGECONFIG or not as it make libxfce4ui depend on libepoxy when x11 enabled in PACKAGECONFIG part. Fixes: ERROR: Nothing PROVIDES 'libepoxy' (but /build/layers/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.1.bb DEPENDS on or otherwise requires it) libepoxy 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', 'xfce4-calculator-plugin', 'libxfce4ui', 'libepoxy'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_43.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-font-viewer', 'libadwaita'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-0/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it) gtk4 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', 'gtksourceview5', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gssdp: check opengl is enabled or notMingli Yu2022-11-101-2/+4
| | | | | | | | | | | | | | | | | The sniffer PACKAGECONFIG will make gssdp depend on gtk4 as below. PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4," But gtk4 needs the opengl DISTRO_FEATURES enabled, so also check opengl in gssdp recipe to keep consistent. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb DEPENDS on or otherwise requires it) gtk4 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', 'gssdp', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libnma' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.26.0.bb DEPENDS on or otherwise requires it) libnma 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', 'network-manager-applet', 'libnma'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | | | libnma depends on gtk4 which needs opengl DISTRO_FEATURES enabled. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb DEPENDS on or otherwise requires it) gtk4 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', 'network-manager-applet', 'libnma', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waylandpp: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+3
| | | | | | | | | | | | | | | | waylandpp needs virtual/libgles2 which is available when opengl is enabled in mesa recipe, so also add the check for waylandpp. Fixes: ERROR: Nothing PROVIDES 'virtual/libgles2' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/imlib2 virtual/libc virtual/libsdl2 ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'waylandpp', 'virtual/libgles2'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+1
| | | | | | | | | | | | | | | | gnome-calculator depends on gtk4 which depends on libepoxy(an opengl related library) [1]. Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.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-calculator', 'gtk4-native'] [1] https://github.com/anholt/libepoxy/ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: correctly use PYTHONPATHAlexander Kanavin2022-11-102-10/+66
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>