diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-08 20:15:10 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-08 21:34:33 +0100 |
commit | c7fea4b156672ecd6461632649ebc791ee145163 (patch) | |
tree | 5375ab09f938c635b6792b76b5d5c24cd431308e | |
parent | d0697d0c8a1636944f84fda2ac6d0444104406ee (diff) |
angstrom-task-gnome: add pam ck connector
-rw-r--r-- | recipes/tasks/angstrom-task-gnome.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/angstrom-task-gnome.bb b/recipes/tasks/angstrom-task-gnome.bb index 574579f1ff..29b6e2c100 100644 --- a/recipes/tasks/angstrom-task-gnome.bb +++ b/recipes/tasks/angstrom-task-gnome.bb @@ -12,7 +12,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-keyboard \ " -PR = "r6" +PR = "r7" PACKAGES += "task-gnome-apps task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base task-gnome-xserver" @@ -67,7 +67,7 @@ RDEPENDS_task-gnome = " \ gnome-bluetooth \ gnome-desktop \ gnome-doc-utils \ - gnome-keyring gnome-keyring-pam-plugin libpam-meta \ + gnome-keyring gnome-keyring-pam-plugin libpam-meta pam-plugin-ck-connector \ gnome-media \ gnome-menus \ gnome-mime-data \ |