summaryrefslogtreecommitdiff
path: root/packages/angstrom
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-08-12 10:50:03 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-08-12 10:50:03 +0000
commitcc681d72a2e5169dd1ee9557addda0172a140c5e (patch)
tree91814f179e4870c62953640686cea22b375bbf78 /packages/angstrom
parent041fa454a0c741cd470d10f8e5f685e85920e099 (diff)
task-angstrom.bb : add util-linux-mount/umount to RDEPENDS of base so that
filesystems get mounted on boot. mount -at nfs has problems with busybox that stops this working.
Diffstat (limited to 'packages/angstrom')
-rw-r--r--packages/angstrom/task-angstrom.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/angstrom/task-angstrom.bb b/packages/angstrom/task-angstrom.bb
index 059e856028..c8c84c3e5e 100644
--- a/packages/angstrom/task-angstrom.bb
+++ b/packages/angstrom/task-angstrom.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r16"
+PR = "r17"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -35,6 +35,7 @@ RDEPENDS_angstrom-base-depends = "\
ipkg ipkg-collateral \
wireless-tools \
tslib-tests tslib-calibrate \
+ util-linux-mount util-linux-umount \
${EXTRA_STUFF} \
${DEBUG_APPS} \
${PCMCIA_MANAGER} \