diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-29 11:40:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-29 11:40:06 +0000 |
commit | 31ded767a58bfc922b6d04121b4bdf1e07e46a2b (patch) | |
tree | 7a203df650d3836c971e5c3b88c5d7c45734094d /packages/meta/task-bootstrap.bb | |
parent | 96256caa9440f67406831efadd79194f7ceb4c54 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/29 12:35:06+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/29 12:34:53+01:00 uni-frankfurt.de!mickeyl
install sysvinit-pidof with task-bootstrap
2004/12/29 12:17:08+01:00 handhelds.org!CoreDump
sdcontrol: Read available partition from /proc/partitions. This fixes failed mounts after flashing.
BKrev: 41d29796GXWRReDs9Gn88Uyd9Upd3g
Diffstat (limited to 'packages/meta/task-bootstrap.bb')
-rw-r--r-- | packages/meta/task-bootstrap.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/task-bootstrap.bb b/packages/meta/task-bootstrap.bb index fcdbdb7252..870b1d2a8c 100644 --- a/packages/meta/task-bootstrap.bb +++ b/packages/meta/task-bootstrap.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Core packages required for a basic installation" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r14" +PR = "r15" # The BOOTSTRAP_EXTRA_ variables are often manipulated by the # MACHINE .conf files, so adjust PACKAGE_ARCH accordingly. @@ -40,7 +40,7 @@ DEPENDS = 'base-files base-passwd-3.5.7 \ RDEPENDS = 'base-files base-passwd busybox \ hotplug initscripts \ - netbase sysvinit tinylogin \ + netbase sysvinit sysvinit-pidof tinylogin \ modutils-initscripts \ ${BOOTSTRAP_EXTRA_RDEPENDS} \ ${@bootstrap_modutils_rdepends(d)}' |