mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
network-manager-applet 0.9.0: add gnome-keyring to recommends
VPN and wifi will fail with: ** Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files If gnome-keyring isn't installed Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -6,6 +6,8 @@ DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libgl
|
||||
|
||||
inherit gnome
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI[archive.md5sum] = "805d56f756e6844f16b57d9132f5ed81"
|
||||
SRC_URI[archive.sha256sum] = "bb34653b7524bf36c79f86545a255d05c076367a2461389a7512b9e0ef0df38f"
|
||||
|
||||
@@ -23,7 +25,7 @@ do_configure_append() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} =+ "networkmanager"
|
||||
RRECOMMENDS_${PN} =+ "gnome-bluetooth"
|
||||
RRECOMMENDS_${PN} =+ "gnome-bluetooth gnome-keyring"
|
||||
|
||||
FILES_${PN} += "${datadir}/nm-applet/ \
|
||||
${datadir}/gnome-vpn-properties/ \
|
||||
|
||||
Reference in New Issue
Block a user