* Re: [oe-commits] Christopher Larson : packagegroup-base-vfat: include dosfsprogs
[not found] <20130611144932.08F545048D@opal>
@ 2013-06-11 17:07 ` Martin Jansa
2013-06-11 17:08 ` Christopher Larson
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-06-11 17:07 UTC (permalink / raw)
To: openembedded-core, Christopher Larson; +Cc: openembedded-commits
[-- Attachment #1: Type: text/plain, Size: 2590 bytes --]
On Tue, Jun 11, 2013 at 02:49:32PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 4ec66dc5f38913056942e1288c0b01a00ea0551f
> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4ec66dc5f38913056942e1288c0b01a00ea0551f
>
> Author: Christopher Larson <chris_larson@mentor.com>
> Date: Mon Jun 10 13:47:06 2013 -0700
>
> 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>
Isn't it called dosfstools?
$ find openembedded-core/ -name dos\*
openembedded-core/meta/recipes-devtools/dosfstools
openembedded-core/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
openembedded-core/meta/recipes-devtools/dosfstools/dosfstools
openembedded-core/meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
and no RPROVIDES in dosfstools recipe ->
ERROR: Nothing RPROVIDES 'dosfsprogs' (but /OE/shr-core/openembedded-core/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'dosfsprogs' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['dosfsprogs']
NOTE: Runtime target 'packagegroup-base-extended' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-extended', 'dosfsprogs']
>
> ---
>
> .../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 799e12a..061c1a7 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 = "\
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread