[oe] [meta-oe][PATCH] plymouth: remove virtual prefix for RPROVIDES

Martin Jansa martin.jansa at gmail.com
Tue Jul 12 13:58:45 UTC 2016


On Fri, Jul 08, 2016 at 12:30:52PM -0400, Joe MacDonald wrote:
> The 'virtual' namespace is only intended to be used for build-time
> dependencies, not in the runtime package namespace.
> 
> Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
> ---
>  meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
> index de23dcd..597d8cd 100644
> --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
> +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
> @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>  
>  DEPENDS = "libcap libpng cairo dbus udev"
>  PROVIDES = "virtual/psplash"
> -RPROVIDES_${PN} = "virtual/psplash virtual/psplash-support"
> +RPROVIDES_${PN} += "psplash psplash-support"

This causes new NOTE in every build:
NOTE: multiple providers are available for runtime psplash (psplash, plymouth)
NOTE: consider defining a PREFERRED_RPROVIDER entry to match psplash

Do you want to update
meta/conf/distro/include/default-providers.inc
to resolve this first?

>  
>  SRC_URI = "http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2"
>  SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160712/eb4ba5c4/attachment-0002.sig>


More information about the Openembedded-devel mailing list