On Wed, Jul 07, 2010 at 07:33:19PM +0200, Sebastian Krzyszkowiak wrote:
> ---
>  conf/distro/shr.conf |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
> index cc64e1d..6c585c9 100644
> --- a/conf/distro/shr.conf
> +++ b/conf/distro/shr.conf
> @@ -168,6 +168,7 @@ PREFERRED_PROVIDER_atd = "atd-over-fso"
>  PREFERRED_PROVIDER_opkg = "opkg"
>  PREFERRED_PROVIDER_virtual/libusb0 ?= "libusb"
>  PREFERRED_PROVIDER_frameworkd-config = "frameworkd-config-shr"
> +PREFERRED_PROVIDER_virtual/shr-splash-theme = "shr-splash-theme-logo"

This is already set in compatibility-providers.conf and the problem with
splash-theme is because runtime deps/image content is not resolved with
respect to PREFERRED_PROVIDERS, so
recipes/shr/shr-splash_git.bb:RRECOMMENDS_${PN} = "virtual/shr-splash-theme"
doesn't work as expected.

There is workaround with new variable like 
recipes/shr/shr-splash_git.bb:SHR_SPLASH_THEME ?= "shr-splash-theme-logo"
recipes/shr/shr-splash_git.bb:RRECOMMENDS_${PN} = "${SHR_SPLASH_THEME}"

and this should be removed:
recipes/shr/shr-splash_git.bb:DEPENDS = "virtual/shr-splash-theme"
recipes/shr/shr-splash-theme.inc:PROVIDES  = "virtual/shr-splash-theme"
PREFERRED_PROVIDER_virtual/shr-splash-theme 

Regards,
-- 
Martin 'JaMa' Jansa     jabber: [email protected]
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to