network-manager-applet: remove polkit-gnome dependency and un-blacklist recipe

* polkit-gnome caused blacklisting
* upstream dependency on polkit-gnome was removed in:
  | commit 0f378cce475b136bb1c6124bc2ea803e1da7dfc8
  | Author: Dan Williams <dcbw@redhat.com>
  | Date:   Fri Mar 2 14:07:31 2012 -0600

  |  build: remove unused polkit configure check

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andreas Müller 2015-01-09 09:54:46 +01:00 committed by Martin Jansa
parent da4dab68d6
commit b6b5603a74

View File

@ -2,14 +2,12 @@ SUMMARY = "GTK+ applet for NetworkManager"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "polkit-gnome libnotify libsecret networkmanager dbus-glib gconf gnome-keyring libgnome-keyring iso-codes"
DEPENDS = "libnotify libsecret networkmanager dbus-glib gconf gnome-keyring libgnome-keyring iso-codes"
inherit gnomebase gtk-icon-cache
GNOME_COMPRESS_TYPE = "xz"
PNBLACKLIST[network-manager-applet] ?= "Depends on broken polkit-gnome"
SRC_URI += " \
file://0001-remove-classes-and-properties-which-are-not-supporte.patch \
file://0002-Add-support-for-AP-mode-setting-for-wifi-sharing.patch \