git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96270fd
)
consolekit: pam-plugin-ck-connector rdepends on consolekit
author
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 28 Jan 2010 13:12:41 +0000
(11:12 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 8 Mar 2010 17:09:01 +0000
(14:09 -0300)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/hal/consolekit_0.3.0.bb
patch
|
blob
|
history
diff --git
a/recipes/hal/consolekit_0.3.0.bb
b/recipes/hal/consolekit_0.3.0.bb
index
d9b6761
..
f2180bc
100644
(file)
--- a/
recipes/hal/consolekit_0.3.0.bb
+++ b/
recipes/hal/consolekit_0.3.0.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login
LICENSE = "GPLv2"
DEPENDS = "policykit libpam dbus"
-PR = "r
2
"
+PR = "r
3
"
inherit gnome
@@
-19,6
+19,6
@@
PACKAGES += "pam-plugin-ck-connector"
FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit"
FILES_${PN}-dbg += ""${libdir}/security/.debug/*.so"
FILES_pam-plugin-ck-connector += "${libdir}/security/*.so"
-
+RDEPENDS_pam-plugin-ck-connector += "${PN}"