aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-02 15:07:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-02 15:07:03 +0000
commit806289234204d67b4f5522240f9aa3312eda1a45 (patch)
tree1913f3f444f2263a815ed3fd8018952090a6a575 /packages/maemo
parent796fdcce56a2f0deb8032e21940c9f30abf8bba7 (diff)
downloadopenembedded-806289234204d67b4f5522240f9aa3312eda1a45.tar.gz
nokia770-init: change to hotplug instead of hotplug-dbus and only need a runtime dependency
Diffstat (limited to 'packages/maemo')
-rw-r--r--packages/maemo/nokia770-init_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/maemo/nokia770-init_1.0.bb b/packages/maemo/nokia770-init_1.0.bb
index ab3333b438..14ec4a0cfd 100644
--- a/packages/maemo/nokia770-init_1.0.bb
+++ b/packages/maemo/nokia770-init_1.0.bb
@@ -2,7 +2,8 @@ LICENSE = "GPL"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de"
PR = "r3"
-DEPENDS = "base-passwd hotplug-dbus"
+DEPENDS = "base-passwd"
+RDEPENDS = "hotplug"
SRC_URI = "file://fixup-770.sh"