[OE-core] [PATCH] pigz: specify that we runtime-provide gzip

Burton, Ross ross.burton at intel.com
Mon Jan 22 19:58:24 UTC 2018


Rejecting as pigz is not compatible with gzip, I'm ripping out this
provides right now.

Ross

On 18 January 2018 at 08:48, Dima Zavin <dmitriyz at waymo.com> wrote:

> Without this, nativesdk-texinfo fails to build with messages about
> nothing rproviding nativesdk-gzip. That gets pulled in
> when we add "compress_doc" to INHERIT in a distro.
>
> Signed-off-by: Dima Zavin <dmitriyz at waymo.com>
> ---
>
> Not sure if this is the best way to fix the problem, or if I properly
> diagnosed it, but this seems to fix it.
>
>  meta/recipes-extended/pigz/pigz.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-extended/pigz/pigz.inc
> b/meta/recipes-extended/pigz/pigz.inc
> index 978f905329..01b41dddff 100644
> --- a/meta/recipes-extended/pigz/pigz.inc
> +++ b/meta/recipes-extended/pigz/pigz.inc
> @@ -8,6 +8,7 @@ SECTION = "console/utils"
>  LICENSE = "Zlib & Apache-2.0"
>
>  PROVIDES_class-native += "gzip-native"
> +RPROVIDES_${PN} = "gzip"
>
>  DEPENDS = "zlib"
>
> --
> 2.16.0.rc1.238.g530d649a79-goog
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180122/b861c252/attachment-0002.html>


More information about the Openembedded-core mailing list