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:
8b932e3
)
hal: add missing dep in consolekit
author
Koen Kooi
<koen@openembedded.org>
Fri, 26 Feb 2010 15:19:09 +0000
(16:19 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 26 Feb 2010 15:19:09 +0000
(16:19 +0100)
recipes/hal/hal.inc
patch
|
blob
|
history
diff --git
a/recipes/hal/hal.inc
b/recipes/hal/hal.inc
index
72df07f
..
80577c9
100644
(file)
--- a/
recipes/hal/hal.inc
+++ b/
recipes/hal/hal.inc
@@
-9,7
+9,7
@@
S = "${WORKDIR}/hal-${PV}"
inherit autotools pkgconfig
-DEPENDS = "virtual/kernel util-linux-ng dbus-glib udev intltool intltool-native expat virtual/libusb0 gperf-native"
+DEPENDS = "
consolekit
virtual/kernel util-linux-ng dbus-glib udev intltool intltool-native expat virtual/libusb0 gperf-native"
RDEPENDS += "hal-info udev-utils"
RRECOMMENDS += "eject"