All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pigz: specify that we runtime-provide gzip
@ 2018-01-18  8:48 Dima Zavin
  2018-01-22 19:58 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Dima Zavin @ 2018-01-18  8:48 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pigz: specify that we runtime-provide gzip
  2018-01-18  8:48 [PATCH] pigz: specify that we runtime-provide gzip Dima Zavin
@ 2018-01-22 19:58 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2018-01-22 19:58 UTC (permalink / raw)
  To: Dima Zavin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

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@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2050 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-22 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18  8:48 [PATCH] pigz: specify that we runtime-provide gzip Dima Zavin
2018-01-22 19:58 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.