summaryrefslogtreecommitdiff
path: root/packages/meta/task-bootstrap-unionroot.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
committerChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
commite6679fbc2cad92aca4b73bde2cdb9a82405fd516 (patch)
treebda7cc920b7bd9aa833da445fd59bb67d18e1f77 /packages/meta/task-bootstrap-unionroot.bb
parenta56fadce467226e803b94b805838a090dcb66caa (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/17 12:41:30-06:00 ti.com!kergoth Set the kernel version string correctly in the colinux kernel build. 2005/02/17 12:40:42-06:00 ti.com!kergoth Add hotplug-ng, rename hotplug to linux-hotplug, and move the decision about which /sbin/hotplug binary you use into the hands of the distributions. BKrev: 4214e59fRUBz9NJWKrkQdsqK0Ps__A
Diffstat (limited to 'packages/meta/task-bootstrap-unionroot.bb')
-rw-r--r--packages/meta/task-bootstrap-unionroot.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/meta/task-bootstrap-unionroot.bb b/packages/meta/task-bootstrap-unionroot.bb
index 2e2108d08c..2226d8251c 100644
--- a/packages/meta/task-bootstrap-unionroot.bb
+++ b/packages/meta/task-bootstrap-unionroot.bb
@@ -3,6 +3,7 @@ MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
PROVIDES = "task-bootstrap"
PN = "task-bootstrap"
PV = "1.0unionroot"
+PR = "r1"
DEFAULT_PREFERENCE = "-1"
# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
@@ -35,7 +36,7 @@ def bootstrap_modutils_rdepends(d):
return ' '.join(r)
DEPENDS = 'base-files base-passwd-3.5.7 \
- busybox dropbear hotplug initscripts modutils netbase \
+ busybox dropbear initscripts modutils netbase \
sysvinit tinylogin portmap \
modutils-initscripts \
${BOOTSTRAP_EXTRA_DEPENDS} \
@@ -46,7 +47,7 @@ DEPENDS = 'base-files base-passwd-3.5.7 \
unionroot-utils'
RDEPENDS = 'base-files base-passwd busybox \
- hotplug initscripts \
+ initscripts \
netbase sysvinit sysvinit-pidof tinylogin \
modutils-initscripts \
${BOOTSTRAP_EXTRA_RDEPENDS} \