diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-18 14:52:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-18 14:52:26 +0200 |
commit | 688025caf55e87687e4ab3eef6bd09f3488b4fe1 (patch) | |
tree | 4fbfc747c4a6fca5a3af240e32895cd19e0b4034 /recipes/images | |
parent | 279420fa8c2589fdda8184ff391a613a567f0245 (diff) |
minimal-image: update to use util-linux-ng
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/minimal-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/minimal-image.bb b/recipes/images/minimal-image.bb index 650a3d681c..e9abcb35ca 100644 --- a/recipes/images/minimal-image.bb +++ b/recipes/images/minimal-image.bb @@ -9,7 +9,7 @@ SPLASH ?= " " IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_INSTALL = "task-boot \ - util-linux-mount util-linux-umount \ + util-linux-ng-mount util-linux-ng-umount \ ${DISTRO_SSH_DAEMON} \ ${ANGSTROM_EXTRA_INSTALL} \ angstrom-version \ |