summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* geary: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-231-1/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'evolution-data-server' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_43.0.bb DEPENDS on or otherwise requires it) evolution-data-server 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', 'geary', 'evolution-data-server'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: update 1.8.38 -> 1.10.4Markus Volk2022-11-271-1/+1
| | | | | | | Update to fix use with gcr4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: build with gcr3Markus Volk2022-11-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> 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>
* geary: update 40.0 -> 43.0Markus Volk2022-11-091-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-vnc: add recipeMarkus Volk2022-10-291-0/+26
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Fix build with clangKhem Raj2022-09-071-0/+4
| | | | | | Disable Wint-conversion as error Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: Disable LTO and implicit-function-declaration as errorKhem Raj2022-08-311-1/+2
| | | | | | This helps in compiling with clang15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unblock some recipes for waylandMarkus Volk2022-06-011-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.24.0 -> 1.24.0Andreas Müller2022-04-132-33/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported patch can go ======================================================= network-manager-applet-1.26.0 Overview of changes since network-manager-applet-1.24.0 ======================================================= * Improve error messages and error dialogs. * Improve Wi-Fi security combo error handling. * Stop providing WEP by default. * Replace the lock icon for WEP networks with an exclamation mark. * Fix meson 0.61 issues. * Make the tooltip of the status icon available for screen readers. * Fix OWE wireless security option not showed on "Connect to a Hidden Network" dialog. * Fix OWE wireless security option not being saved when chosen from nm-connection-editor. * Move 802.1 dialog margins for the inner vbox. * Align labels for Ethernet dialog. * Move all Wi-FI entries to a submenu. * Fix the VPN plugins dialog margins. * Add a scrolled window for the VPN page. * Internal improvements. * Update translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: upgrade 1.8.36 -> 1.8.38Andreas Müller2022-04-131-1/+1
| | | | | | | | | | | | | | ======================================= libnma-1.8.38 Overview of changes since libnma-1.8.36 ======================================= * libnma-gtk4 is no longer considered EXPERIMENTAL. * meson now builds libnma-gtk4 properly. * Keyboard accelerator for certificate chooser works again. * Fixed libnma-gtk4 version of mobile-wizard. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: upgrade 1.8.34 -> 1.8.36Andreas Müller2022-04-061-2/+5
| | | | | | | | | | | | | | | | | | Build both variants gtk3 & gtk4 - gtk4 is required for upcoming gnome-control-center 42.0 ======================================= libnma-1.8.36 Overview of changes since libnma-1.8.34 ======================================= * Include OWE wireless security option. * Do not allow setting empty 802.1x domain for EAP TLS. * The GtkBuilder files for Gtk4 are now included in the release tarball. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Fix build failures with latest valaKhem Raj2022-03-243-0/+71
| | | | | | Backport needed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: Upgrade to 0.15.5Khem Raj2022-03-241-1/+1
| | | | | | | | | | | | vala has been upgraded in oe-core which needs this bump Changes in this release Bugs fixed: * vapi: Add missing generic type argument Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* geary: Check for x11 in distro featuresKhem Raj2022-03-061-2/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-044-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: dont build tests as they are not installed anywayMarkus Volk2022-01-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: make some dependencies optionalMarkus Volk2022-01-251-9/+6
| | | | | | | | | make some dependencies optional add libebook dependency to all backends that need it ofono backend depends on eds backend Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: upgrade 1.8.32 -> 1.8.34wangmy2022-01-251-1/+1
| | | | | | | | | Changelog: ========= Add possibility of building libnma-gtk4 library with experimental Gtk4 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: use sha hash for SRCREV; fix identationMarkus Volk2022-01-251-23/+23
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: add PACKAGECONFIG for import_tool and inspect_toolMarkus Volk2022-01-251-0/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: initial add recipeMarkus Volk2022-01-251-0/+54
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: add meson 0.61 patchAlexander Kanavin2022-01-242-0/+32
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: initial add recipeMarkus Volk2022-01-241-0/+29
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: update to 1.8.32Oleksandr Kravchuk2021-12-101-2/+1
| | | | | | | | | | Changelog: * Fix crash in PKCS11 login dialog. * Fix clearing password when restoring a valid configuration to be displayed to a user. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.22.0 -> 1.24.0Andreas Müller2021-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | ======================================================= network-manager-applet-1.24.0 Overview of changes since network-manager-applet-1.22.0 ======================================================= * If Polkit permissions allow it, create system connections (instead of user-restricted ones) when clicking on a Wi-Fi network in the applet. * Fix display of blurry applet icon. * Use the "port" word for dependend devices and profiles in the editor. * Support storing and retrieving WireGuard preshared-key into/from a keyring. * Update translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: add selinux to PACKAGECONFIG if enable selinux ↵Yi Zhao2021-08-121-1/+1
| | | | | | | distro feature Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-5/+5
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: upgrade 1.18.0 -> 1.22.0Andreas Müller2021-05-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: Disbale vapiKhem Raj2021-03-121-2/+3
| | | | | | introspection is not supported for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Build without libteam supportNicolas Jeker2021-01-281-0/+2
| | | | | | | NetworkManager is curently built without libteamdctrl support, so disable it in the applet, too. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: upgrade 1.8.28 -> 1.8.30Andreas Müller2020-07-281-2/+2
| | | | | | | | | | | | | | | ======================================= libnma-1.8.30 Overview of changes since libnma-1.8.28 ======================================= * Properly dispose wireless security objects. * Don't clear the key when users set a non-pkcs12 certificate in the certificate chooser UI. * Added missing VAPI macro file. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Add missing dependency on libgudevKhem Raj2020-07-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.16.0 -> 1.18.0Andreas Müller2020-06-291-2/+4
| | | | | | | | | | | | | | | ======================================================= network-manager-applet-1.18.0 Overview of changes since network-manager-applet-1.16.0 ======================================================= * Enable build with appindicator by default. * Add WireGuard support to the editor. * Support OWE (Opportunistic Wireless Encryption) in the editor. * Fix crash when disposing VPN secret dialog. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: Fix build on riscv32Khem Raj2020-04-291-1/+2
| | | | | | Disable vapi which needs introspection Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: allow building for mipsn32Slater, Joseph2020-04-161-0/+4
| | | | | | | | go object introspection is not support for mipsn32, so disable vapi for that architecture. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: add gtk+3 to DEPENDS / add missing required distro featuresAndreas Müller2020-03-211-2/+5
| | | | | | | | | | | | | * In case gcr is in PACKAGECONFIG, we need x11 in distro features * gtk+3 in DEPENDS is necessary when gcr is not in PACKAGECONFIG. That adds ANY_OF_DISTRO_FEATURES Thanks for reporting [1] [1] https://lists.openembedded.org/g/openembedded-devel/topic/patch_1_5_libnma_initial/72312166? Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.8.24 -> 1.16.0Andreas Müller2020-03-182-29/+25
| | | | | | | | | | | | | | | | | | | | | | * License changed in [1] - it is still GPLv2 ======================================================= network-manager-applet-1.16.0 Overview of changes since network-manager-applet-1.8.24 ======================================================= * Turned libnma into an external dependency and move to "https://gitlab.gnome.org/GNOME/libnma". To build, libnma-1.8.28 or newer is required. * The libnm-gtk, the deprecated libnm-glib compatibility library was removed. Everybody should be using libnma by now. * Improve applet icons for hidpi. * Fix transparent dialog borders. [1] https://gitlab.gnome.org/GNOME/network-manager-applet/-/commit/1ab20e8d49d10a7e673efc3c15983f2fac7a41fe Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: initial add 1.8.28Andreas Müller2020-03-181-0/+18
| | | | | | | | With upcoming network-manager-applet 1.16 this library gets mandatory: GNOME splitted out common code from network-manager-applet to libnma. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.8.22 -> 1.8.23 / build with meson / cleanupAndreas Müller2019-10-282-44/+29
| | | | | | | | | Cleanup means: * remove unnecessary dependencies * gobject-introspection builds fine for musl these days Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Remove the obsolete DEPENDS on gconfAdrian Bunk2019-08-081-1/+1
| | | | | | | network-manager-applet stopped using gconf 5 years ago. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Remove obsolete do_configure_appendAdrian Bunk2019-08-081-7/+0
| | | | | | | Upstream no longer enables -Werror by default. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: 1.8.20 -> 1.8.22Hongxu Jia2019-07-101-3/+3
| | | | | | | Fix QA Issue: AM_GNU_GETTEXT used but no inherit gettext Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependenciesAdrian Bunk2019-06-182-6/+2
| | | | | | | | | network-manager-applet stopped using dbus-glib 3 years ago. Building of the obsolete libnm-gtk is disabled by default in 1.8.20. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.8.18 -> 1.8.20Andreas Müller2019-03-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fix networkmanager apppendthc2019-01-041-1/+1
| | | | | | | | | | | | | | | | | | Fix following warning: WARNING: networkmanager-1.14.4-r0 do_configure: QA Issue: networkmanager: invalid PACKAGECONFIG: bluez5glib [invalid-packageconfig] if conf/local.conf: PACKAGECONFIG_append_pn-networkmanager = " ifupdown wifi bluez5" bluez5 is not compiled into nm appending variable should use a prepending space, see https://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html Signed-off-by: Thomas Csovcsity <thc.fr13nd@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: move GNOMEBASEBUILDCLASS to correct positionChangqing Li2018-11-061-2/+1
| | | | | | | | GNOMEBASEBUILDCLASS is used by gnomebase, if put it after inherit gnomebase, GNOMEBASEBUILDCLASS in recipe will not take effect Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: change default buildclassChangqing Li2018-11-021-0/+2
| | | | | | | | | | | | | | | | network-manager-applet don't have good support of out-of-tree build. refer this link: https://gitlab.gnome.org/GNOME/network-manager-applet/issues/30#note_353935 change default buildclass to fix below occasionally compile failed problem. can't write to file src/wireless-security/ws-resources.hcan't write to file src/wireless-security/ws-resources.cMakefile:5299: recipe for target 'src/wireless-security/ws-resources.h' failed Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>