diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 21:29:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 21:29:31 +0000 |
commit | 76e51a83e1af6c95a8ba780d8d543ddda52e1597 (patch) | |
tree | ce6df7dc1a47aaa6f80d2a3023e19cff98288824 /meta/packages | |
parent | 94b399858d9dbe72cb2b347b39a7047fb8e7fa49 (diff) | |
download | poky-76e51a83e1af6c95a8ba780d8d543ddda52e1597.tar.gz |
polkit: Fix DEPENDS
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/polkit/polkit_0.9.bb | 2 |
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" | |||
4 | SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" | 4 | SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" |
5 | 5 | ||
6 | 6 | ||
7 | DEPENDS = "pam" | 7 | DEPENDS = "pam expat dbus-glib" |
8 | RDEPENDS = "pam" | 8 | RDEPENDS = "pam" |
9 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" | 9 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" |
10 | 10 | ||