diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-06-10 13:47:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:44:43 +0100 |
commit | 4ec66dc5f38913056942e1288c0b01a00ea0551f (patch) | |
tree | 3d2a214de01374f7782db0c6301df4b7dfd7997a /meta/recipes-core | |
parent | a5161ed721791dbd32b90f1621b3eca92b2a9400 (diff) | |
download | openembedded-core-4ec66dc5f38913056942e1288c0b01a00ea0551f.tar.gz openembedded-core-4ec66dc5f38913056942e1288c0b01a00ea0551f.tar.bz2 openembedded-core-4ec66dc5f38913056942e1288c0b01a00ea0551f.zip |
packagegroup-base-vfat: include dosfsprogs
The ext2 group includes e2fsprogs, so this is consistent and should be
appropriate, I think.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 799e12a7ac..061c1a7351 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb @@ -179,7 +179,8 @@ RRECOMMENDS_packagegroup-base-vfat = "\ kernel-module-msdos \ kernel-module-vfat \ kernel-module-nls-iso8859-1 \ - kernel-module-nls-cp437" + kernel-module-nls-cp437 \ + dosfsprogs" SUMMARY_packagegroup-base-alsa = "ALSA sound support" RDEPENDS_packagegroup-base-alsa = "\ |