]> code.ossystems Code Review - openembedded-core.git/commitdiff
networkmanager: Fix polkit dependency
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 09:20:33 +0000 (09:20 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 09:20:33 +0000 (09:20 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/networkmanager/networkmanager_svn.bb

index d3c5443335601d9e7c555b574b66b2718bf78a5e..efa0bef5569268ad905fdba95a1ce491948ef0f8 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "net/misc"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnome.org"
 PRIORITY = "optional"
-DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools ppp gnome-common policykit"
+DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools ppp gnome-common polkit"
 RDEPENDS = "hal wpa-supplicant iproute2 dhcp-client"
 
 PV = "0.7+svnr${SRCREV}"