diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-02 15:07:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-02 15:07:03 +0000 |
commit | 806289234204d67b4f5522240f9aa3312eda1a45 (patch) | |
tree | 1913f3f444f2263a815ed3fd8018952090a6a575 /packages/maemo/nokia770-init_1.0.bb | |
parent | 796fdcce56a2f0deb8032e21940c9f30abf8bba7 (diff) |
nokia770-init: change to hotplug instead of hotplug-dbus and only need a runtime dependency
Diffstat (limited to 'packages/maemo/nokia770-init_1.0.bb')
-rw-r--r-- | packages/maemo/nokia770-init_1.0.bb | 3 |
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" |