aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 21:29:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 21:29:31 +0000
commit76e51a83e1af6c95a8ba780d8d543ddda52e1597 (patch)
treece6df7dc1a47aaa6f80d2a3023e19cff98288824
parent94b399858d9dbe72cb2b347b39a7047fb8e7fa49 (diff)
downloadopenembedded-core-contrib-76e51a83e1af6c95a8ba780d8d543ddda52e1597.tar.gz
polkit: Fix DEPENDS
-rw-r--r--meta/packages/polkit/polkit_0.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/polkit/polkit_0.9.bb b/meta/packages/polkit/polkit_0.9.bb
index 26b9351c09..b2efd58328 100644
--- a/meta/packages/polkit/polkit_0.9.bb
+++ b/meta/packages/polkit/polkit_0.9.bb
@@ -4,7 +4,7 @@ PR = "r4"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
-DEPENDS = "pam"
+DEPENDS = "pam expat dbus-glib"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"