diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-21 09:26:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-21 09:26:01 +0000 |
commit | 2ad15bdfcbaf3578a0e0d7531edc13efa5b495a4 (patch) | |
tree | 3bfba1b7219a65b04b14b904295c60bcd315b129 /packages/maemo | |
parent | c27f6e6920d5c07e99294ce1374dcdd46132c401 (diff) |
nokia770-init: Correct DEPENDS
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/nokia770-init_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/maemo/nokia770-init_1.0.bb b/packages/maemo/nokia770-init_1.0.bb index 14ec4a0cfd..11b4104dcb 100644 --- a/packages/maemo/nokia770-init_1.0.bb +++ b/packages/maemo/nokia770-init_1.0.bb @@ -1,8 +1,8 @@ LICENSE = "GPL" MAINTAINER = "Florian Boor <florian@kernelconcepts.de" -PR = "r3" +PR = "r4" -DEPENDS = "base-passwd" +DEPENDS = "base-passwd hotplug" RDEPENDS = "hotplug" SRC_URI = "file://fixup-770.sh" |