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:55:59 +0100 |
commit | 9db09a66579087fda9c30df994c06e740cc15a20 (patch) | |
tree | 340d911f83e969ad26659297df7b194461932679 /meta | |
parent | 4ecc2bf2a9ff076ad3ef67b9118036e875599b55 (diff) | |
download | poky-9db09a66579087fda9c30df994c06e740cc15a20.tar.gz |
packagegroup-base-vfat: include dosfsprogs
The ext2 group includes e2fsprogs, so this is consistent and should be
appropriate, I think.
(From OE-Core rev: 4ec66dc5f38913056942e1288c0b01a00ea0551f)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ | |||
179 | kernel-module-msdos \ | 179 | kernel-module-msdos \ |
180 | kernel-module-vfat \ | 180 | kernel-module-vfat \ |
181 | kernel-module-nls-iso8859-1 \ | 181 | kernel-module-nls-iso8859-1 \ |
182 | kernel-module-nls-cp437" | 182 | kernel-module-nls-cp437 \ |
183 | dosfsprogs" | ||
183 | 184 | ||
184 | SUMMARY_packagegroup-base-alsa = "ALSA sound support" | 185 | SUMMARY_packagegroup-base-alsa = "ALSA sound support" |
185 | RDEPENDS_packagegroup-base-alsa = "\ | 186 | RDEPENDS_packagegroup-base-alsa = "\ |