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 <[email protected]> --- 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 [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
