summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2005-06-25 14:16:43 +0000
committerMatthias Hentges <oe@hentges.net>2005-06-25 14:16:43 +0000
commit9cdd7c3035a25f6e5268227fbbb1d9818f7b4eb0 (patch)
tree63f6d77ac9602b5dbbda3748a8c43072fc27ca0f
parent0a66549e90d67ac57c8c68ea0f6e53b0bb5fb7fc (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/25 16:16:16+02:00 handhelds.org!CoreDump task-bootstrap: Add fuser and setserial BKrev: 42bd674bBVl77_v1_QixMyA7xX4B-g
-rw-r--r--packages/meta/task-bootstrap.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/meta/task-bootstrap.bb b/packages/meta/task-bootstrap.bb
index 723ce82832..c675784f08 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 = "r22"
+PR = "r23"
# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
@@ -35,7 +35,7 @@ HOTPLUG ?= "linux-hotplug"
DEPENDS = 'base-files base-passwd-3.5.9 \
busybox dropbear initscripts modutils netbase \
- sysvinit tinylogin portmap \
+ sysvinit tinylogin portmap psmisc setserial\
modutils-initscripts \
${HOTPLUG} \
${BOOTSTRAP_EXTRA_DEPENDS} \
@@ -44,7 +44,7 @@ DEPENDS = 'base-files base-passwd-3.5.9 \
RDEPENDS = 'base-files base-passwd busybox \
initscripts \
netbase sysvinit sysvinit-pidof tinylogin \
- modutils-initscripts \
+ modutils-initscripts fuser setserial\
${HOTPLUG} \
${BOOTSTRAP_EXTRA_RDEPENDS} \
${@bootstrap_modutils_rdepends(d)}'