[OE-core] [PATCH] pigz: specify that we runtime-provide gzip
Dima Zavin
dmitriyz at waymo.com
Thu Jan 18 08:48:26 UTC 2018
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
More information about the Openembedded-core
mailing list