git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041fa45
)
task-angstrom.bb : add util-linux-mount/umount to RDEPENDS of base so that
author
Graeme Gregory
<dp@xora.org.uk>
Sat, 12 Aug 2006 10:50:03 +0000
(10:50 +0000)
committer
Graeme 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
patch
|
blob
|
history
diff --git
a/packages/angstrom/task-angstrom.bb
b/packages/angstrom/task-angstrom.bb
index
059e856
..
c8c84c3
100644
(file)
--- a/
packages/angstrom/task-angstrom.bb
+++ b/
packages/angstrom/task-angstrom.bb
@@
-1,5
+1,5
@@
DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r1
6
"
+PR = "r1
7
"
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} \