task-angstrom.bb : add util-linux-mount/umount to RDEPENDS of base so that
authorGraeme Gregory <dp@xora.org.uk>
Sat, 12 Aug 2006 10:50:03 +0000 (10:50 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sat, 12 Aug 2006 10:50:03 +0000 (10:50 +0000)
filesystems get mounted on boot. mount -at nfs has problems with busybox
that stops this working.

packages/angstrom/task-angstrom.bb

index 059e856..c8c84c3 100644 (file)
@@ -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} \